By: CodeSandbox
Inspect and view changes in Open in CodeSandbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CodeSandbox",
"short_name": "CodeSandbox",
"version": "2.1",
"description": "Quickly open a new Sandbox and this extentions adds an 'Open in CodeSandbox' button to GitHub repos",
"homepage_url": "https://codesandbox.io",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"tabs"
],
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https://github.com/*"
]
}
]
} Best Open in CodeSandbox Alternatives
Here are some Firefox add-ons that are similar to Open in CodeSandbox:
Open in Visual Studio Code
TheNightmanCodeth
Github to Stackblitz
Firefox user 14101245
GitHub Web IDE
zvizvi
Github1s Extension
imDarkempire
Gitpod - Always ready to code.
Gitpod.io
GitHub On One Click
Parul
Open in (GitHub) Dev!
OveringOwl
Open GitHub or Gitlab in IDE
Victor
GitHub Code Editors
Yankee Maharjan
Quick access to CodeSandbox
codesandbox_helper
Github1s
Mohammed CHERIFI