Hey World Code Blocks Enhancer Firefox

Examine source code of Hey World Code Blocks Enhancer

Inspect and view changes in Hey World Code Blocks Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hey World Code Blocks Enhancer",
  "author": "facundo.espinosa@hey.com",
  "description": "A cross-browser web extension that enhances and facilitates interaction with code blocks on https://world.hey.com/.",
  "homepage_url": "https://github.com/faqndo97/hey-world-code-blocks-enhancer",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "*://world.hey.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "./contentScript/index.js"
      ],
      "css": [
        "./style.css"
      ]
    }
  ],
  "background": {
    "page": "./background/index.html",
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "72": "icon-72x72.png",
    "96": "icon-96x96.png",
    "128": "icon-128x128.png",
    "144": "icon-144x144.png",
    "152": "icon-152x152.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a607dbe9-0a67-4fbe-a54d-d9370334ad92}"
    }
  }
}

Meilleures alternatives Hey World Code Blocks Enhancer

Voici quelques Firefox add-ons qui sont similaires à Hey World Code Blocks Enhancer :