Image Copy Flash Firefox

Examine source code of Image Copy Flash

제작자: Tho
Inspect and view changes in Image Copy Flash source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Copy Flash",
  "version": "1.0",
  "description": "When the user copies an image, the extension shows a brief flash highlight on that image to indicate success.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{58126fcc-c2cb-40bb-ba3d-0b47044d19f2}"
    }
  }
}

최고의 Image Copy Flash 대안

다음은 Image Copy Flash과(와) 유사한 Firefox add-on입니다: