By: Pierluigi Cau
Inspect and view changes in Github Repo Status source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Provide activity overview for GitHub repositories",
"manifest_version": 2,
"name": "github-repo-status",
"version": "1.0",
"homepage_url": "https://github.com/pierluigi/github-repo-status-webextension",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.github.com/*"
],
"js": [
"content.js"
]
}
],
"page_action": {
"default_icon": "icons/unknown.svg",
"browser_style": true
},
"permissions": [
"activeTab",
"tabs"
]
} Best Github Repo Status Alternatives
Here are some Firefox add-ons that are similar to Github Repo Status:
Github Activity Indicator
derhackler
Github Pull Requests' statuses
FloraGC
Github
rickdaalhuizen90
GithubPlus
xl1te
GitHub PR status highlighter
magroski
Github Sorter
Ayub
Github Pull Request Counter
Renuo AG
Github Repo Search
First+Third
Public GitHub header
Andy McKay
GitHub Live PRs
xmmarcotte
Github Repo Size
Deetss