Status Update Notifier for Github Firefox

Examine source code of Status Update Notifier for Github

Inspect and view changes in Status Update Notifier for Github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Status Update Notifier for Github",
  "version": "0.0.3",
  "icons": {
    "256": "/img/icon_256.png"
  },
  "description": "Shows notifications when Github commit status changes",
  "permissions": [
    "https://github.com/*",
    "https://*.github.com/*",
    "tabs",
    "storage",
    "notifications",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "./dist/content-script/content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/dist/background/background.js"
    ]
  },
  "options_ui": {
    "page": "/dist/options/options.html",
    "open_in_tab": true
  },
  "manifest_version": 2
}

Meilleures alternatives Status Update Notifier for Github

Voici quelques Firefox add-ons qui sont similaires à Status Update Notifier for Github :