Inspect and view changes in Github Code Font Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Github Code Font Changer",
"description": "Change and customize the boring GitHub code viewer font",
"version": "2.2",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "github-code-font-changer@firefox",
"strict_min_version": "88.0"
}
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://*.github.com/*"
],
"run_at": "document_idle",
"js": [
"content.js"
]
}
],
"permissions": [
"storage",
"https://*.github.com/*"
]
} Best Github Code Font Changer Alternatives
Here are some Firefox add-ons that are similar to Github Code Font Changer:
Better GitHub
Mudgal Labs
Github
rickdaalhuizen90
Github Dark
zerodata
Github Dark High Contrast
Jet Pham
Github Light Favicon
MLavrentyev
Github Unicode Highlight
David
Github Dark
untrustedaccount
GithubPlus
xl1te
Github Dark
Capti
GitHub Theme Customizer
Ayaka
Stylize GitHub
Ryan P. C. McQuen
Github Old View
Firefox user 13687471