By: 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
} Best Status Update Notifier for Github Alternatives
Here are some Firefox add-ons that are similar to Status Update Notifier for Github:
PR Monitor
Zenc Labs
Release Notifier for Github
CRIMX
GitHub PR status highlighter
magroski
GitHub Custom Notifier
Qiwei Yang
GitHub Notifier Pro
eux
Forgejo Notifier
Jasmin Aljic
News Feed for GitHub
Julian Kühnel
Notifications Preview for GitHub
Fregante
Notifier for GitHub
Sindre Sorhus