Arxiv Auto-Pick Firefox

Examine source code of Arxiv Auto-Pick

Inspect and view changes in Arxiv Auto-Pick source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Arxiv Auto-Pick",
  "version": "3.1",
  "description": "Adds the current page article to your local database.",
  "content_scripts": [
    {
      "matches": [
        "https://arxiv.org/abs/*"
      ],
      "js": [
        "arxiv-auto-pick.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "imgs/icon-16.png",
      "32": "imgs/icon-32.png"
    }
  },
  "permissions": [
    "<all_urls>",
    "browserAction",
    "contextMenus",
    "contentScripts",
    "cookies",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e4fce8f1-011e-4b03-8494-1e78ac734483}"
    }
  }
}

Best Arxiv Auto-Pick Alternatives

Here are some Firefox add-ons that are similar to Arxiv Auto-Pick: