By: starfixdev
Inspect and view changes in Starfix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Starfix",
"version": "1.1",
"description": "Extension for Starfix. Adds an \"Open in IDE\" button on Github. Supports easy switching b/w cloning Protocols viz HTTPS and SSH",
"author": "Fahad Israr",
"icons": {
"16": "starfix_icon.png",
"32": "starfix_icon.png",
"48": "starfix_icon.png"
},
"browser_action": {
"default_popup": "./options.html",
"default_title": "Starfix Configuration",
"default_icon": "./starfix_icon.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage"
],
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https://github.com/*/*",
"https://gitlab.com/*/*",
"https://gist.github.com/*/*"
]
}
]
} Best Starfix Alternatives
Here are some Firefox add-ons that are similar to Starfix:
GitHub Web IDE
zvizvi
Open GitHub or Gitlab in IDE
Victor
Host Switcher
luminousherbs
Star History
daUnknownCoder
Sourcegraph for Firefox
Sourcegraph
Open TortoiseSVN
Masamitsu MURASE
JetBrains Toolbox Extension
JetBrains
Line Clipper for GitHub
NickyMateev
Github1s Extension
imDarkempire
Repo Shortcuts
brammee
GitHub On One Click
Parul
Github to Stackblitz
Firefox user 14101245