feat(firefox): add zotero-connector
This commit is contained in:
parent
723f3b9c50
commit
b2843b49ed
1 changed files with 16 additions and 0 deletions
|
@ -93,6 +93,21 @@ let
|
||||||
"extensions.update.autoUpdateDefault" = false;
|
"extensions.update.autoUpdateDefault" = false;
|
||||||
"extensions.pocket.enabled" = false;
|
"extensions.pocket.enabled" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zotero-connector = firefox-addons.buildFirefoxXpiAddon rec {
|
||||||
|
pname = "zotero-connector";
|
||||||
|
version = "5.0.107";
|
||||||
|
addonId = "zotero@chnm.gmu.edu";
|
||||||
|
url =
|
||||||
|
"https://download.zotero.org/connector/firefox/release/Zotero_Connector-${version}.xpi";
|
||||||
|
sha256 = "sha256-RuAhWGvUhkog8SxzKhRwQQwzTQLzBKlHjSsFj9e25e4=";
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://www.zotero.org";
|
||||||
|
description = "Save references to Zotero from your web browser";
|
||||||
|
license = licenses.agpl3;
|
||||||
|
platforms = platforms.all;
|
||||||
|
};
|
||||||
|
};
|
||||||
in {
|
in {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -114,6 +129,7 @@ in {
|
||||||
metamask
|
metamask
|
||||||
libredirect
|
libredirect
|
||||||
to-deepl
|
to-deepl
|
||||||
|
zotero-connector
|
||||||
# not available yet:
|
# not available yet:
|
||||||
# google-lighthouse
|
# google-lighthouse
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue