HTML Runner Firefox

Examine source code of HTML Runner

제작자: Mohammad Shaklain Add-on
Inspect and view changes in HTML Runner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTML Runner",
  "version": "1.0",
  "description": "Run HTML/CSS/JS instantly in a new tab",
  "browser_action": {
    "default_title": "HTML Runner"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+H"
      }
    }
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "htmlrunner@mypwas.pages.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 HTML Runner 대안

다음은 HTML Runner과(와) 유사한 Firefox add-on입니다: