Open in CodeSandbox Firefox

Examine source code of Open in 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: