Status Update Notifier for Github Firefox

Examine source code of Status Update Notifier for Github

제작자: Robin Drexler
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
}

최고의 Status Update Notifier for Github 대안

다음은 Status Update Notifier for Github과(와) 유사한 Firefox add-on입니다: