WT Image Captioning Firefox

Examine source code of WT Image Captioning

Inspect and view changes in WT Image Captioning source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WT Image Captioning",
  "version": "1.5.1",
  "description": "Get the images caption on the Internet",
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "16": "src/assets/get_started16.png",
      "32": "src/assets/get_started32.png",
      "48": "src/assets/get_started48.png",
      "128": "src/assets/get_started128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "src/js/modules/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/js/bundle/bundleContentScript.min.js"
      ]
    }
  ],
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "linux": "Ctrl+Shift+U"
      }
    }
  }
}

Meilleures alternatives WT Image Captioning

Voici quelques Firefox add-ons qui sont similaires à WT Image Captioning :