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.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 {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
@ -114,6 +129,7 @@ in {
|
|||
metamask
|
||||
libredirect
|
||||
to-deepl
|
||||
zotero-connector
|
||||
# not available yet:
|
||||
# google-lighthouse
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue