Zotero Connector Lite Firefox

Examine source code of Zotero Connector Lite

Inspect and view changes in Zotero Connector Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zotero Connector Lite",
  "version": "1.0.0",
  "description": "Save web pages and bibliographic information to Zotero.",
  "author": "Zotero Connector Lite Team",
  "homepage_url": "https://example.com",
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_title": "Save to Zotero",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "zotero-connector-4f9a2c8d@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Zotero Connector Lite Alternatives

Here are some Firefox add-ons that are similar to Zotero Connector Lite: