Code Extractor Firefox

Examine source code of Code Extractor

제작자: Dibisui
Inspect and view changes in Code Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Web Dev Code Extractor",
  "version": "1.0.0",
  "description": "Extract HTML and CSS code from webpage elements with a modern interface",
  "browser_specific_settings": {
    "gecko": {
      "id": "web-dev-code-extractor@example.com"
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "modal.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Web Dev Code Extractor"
  },
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  }
}

최고의 Code Extractor 대안

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