GitHub Open Notifications Firefox

Examine source code of GitHub Open Notifications

Inspect and view changes in GitHub Open Notifications source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Open Notifications",
  "version": "1.2resigned1",
  "manifest_version": 2,
  "description": "Extension that provides buttons on the GitHub notifications page to open them (all|all PRs|all closed|all with user...) in new tabs",
  "homepage_url": "https://github.com/janpio/github-open-notifications-extension",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/notifications*",
        "https://github.com/*/notifications",
        "https://github.com/notifications?all=*"
      ],
      "js": [
        "lib/d3.v4.min.js",
        "src/inject/inject.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{23200428-ac5f-47b2-808b-8f272a075210}"
    }
  }
}

Best GitHub Open Notifications Alternatives

Here are some Firefox add-ons that are similar to GitHub Open Notifications: