Open with nbviewer Firefox

Examine source code of Open with nbviewer

Inspect and view changes in Open with nbviewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open with nbviewer",
  "version": "1.2",
  "description": "automatically opens every github notebook you visits in new tab using nbviewer",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*.github.com/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Open with nbviewer"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Open with nbviewer Alternatives

Here are some Firefox add-ons that are similar to Open with nbviewer: