Custom DOI resolver Firefox

Examine source code of Custom DOI resolver

By: mrBen
Inspect and view changes in Custom DOI resolver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom DOI resolver",
  "description": "A browser extention that redirect DOIs to a user defined resolver.",
  "version": "0.5.1",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "homepage_url": "https://github.com/mrBen/custom-doi-resolver",
  "permissions": [
    "menus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon-context.svg",
      "32": "icons/icon-context.svg",
      "48": "icons/icon-context.svg",
      "64": "icons/icon-context.svg",
      "96": "icons/icon-context.svg",
      "128": "icons/icon-context.svg"
    },
    "default_title": "Custom DOI resolver",
    "default_popup": "browserAction/index.html"
  },
  "options_ui": {
    "page": "browserAction/index.html",
    "browser_style": true
  },
  "omnibox": {
    "keyword": "doi"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ecae18d0-767f-449c-9956-c17a8058d0dd}",
      "strict_min_version": "58.0"
    }
  }
}

Best Custom DOI resolver Alternatives

Here are some Firefox add-ons that are similar to Custom DOI resolver: