Inspect and view changes in GitHub Mobile Code Wrap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Mobile Code Wrap",
"version": "0.0.2resigned1",
"description": "A Firefox add-on to wrap long line code in GitHub mobile site.",
"applications": {
"gecko": {
"id": "github-mobile-code-wrap@gluons.github.io",
"strict_min_version": "48.0"
}
},
"author": "Saran Tanpituckpong",
"homepage_url": "https://gitlab.com/gluons/github-mobile-code-wrap",
"permissions": [
"https://github.com/*",
"https://gist.github.com/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gist.github.com/*"
],
"run_at": "document_start",
"css": [
"./main.css"
]
}
]
} Best GitHub Mobile Code Wrap Alternatives
Here are some Firefox add-ons that are similar to GitHub Mobile Code Wrap:
GitHub Buttons on Mobile
Sean Yeh
GitLines
Stefanos0710
Code Formatter
sparkle_64
Wide GitHub
xthexder
Text Wrap Length Panel
Lauri
Fennec TextWrap
siyangqiu
GitHub Project Enhancer
mashabow
Line Clipper for GitHub
NickyMateev
Soft Wrap GitHub Gists
corollari
GitHub Lines Viewed
Jamie McKernan
Rainbow Delimiters
Yanying Wang
Copy code without prompts
gH2843