ADS Finder Firefox

Examine source code of ADS Finder

Inspect and view changes in ADS Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ADS Finder",
  "version": "1.1",
  "description": "Right-click to find the current article on ADS.",
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://academic.oup.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "ADS Finder"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e8f98d1d-c369-46ad-9cbb-539fc11e9429}"
    }
  }
}

Best ADS Finder Alternatives

Here are some Firefox add-ons that are similar to ADS Finder: