Image Composition Overlay Firefox

Examine source code of Image Composition Overlay

제작자: Dafterfly
Inspect and view changes in Image Composition Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Composition Overlay",
  "version": "2.0",
  "description": "Adds photographic composition overlays to images in the context menu",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "fibonacci-spiral-overlay.png"
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3cd064c8-8aad-40c0-a321-5ccd1fd93612}"
    }
  }
}

최고의 Image Composition Overlay 대안

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