By: sivasatvik
Inspect and view changes in Git Tab Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitTabViewer",
"version": "1.4",
"description": "Views a custom set tab spaces for github editor.",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://github.com/*/*",
"https://gist.github.com/*/*",
"https://raw.githubusercontent.com/*/*"
],
"js": [
"gittab.js"
]
}
],
"permissions": [
"https://github.com/*/*",
"https://gist.github.com/*/*",
"https://raw.githubusercontent.com/*/*"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Git Tab Viewer",
"default_popup": "gittab.html"
}
} Best Git Tab Viewer Alternatives
Here are some Firefox add-ons that are similar to Git Tab Viewer:
GitHub Tab Render Size
s-h-a-d-o-w
GitHub Default Tab Size
forivall
Web EditorConfig
kjanat
Tab Numbers (infinite numbering)
NoorX
Tab Highlighter
NIHAL T P
Tab Usage Graph
kilm
Stack Overflow Indentation++
Nathan
Tab Grid
DrTexx
OverTab
python273
Full Width Git Hub
Leon.baker83
TST Relative Tab Count
matru
Full Width Git Hub 2
Leon.baker83