POST Image Firefox

Examine source code of POST Image

제작자: rj1
Inspect and view changes in POST Image source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "POST Image",
  "version": "1.2",
  "icons": {
    "200": "icon.png"
  },
  "description": "This extension allows you to right click an image and upload it to an image sharing website.",
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "notifications",
    "clipboardWrite",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "upload.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [],
      "js": [
        "upload.js"
      ]
    }
  ],
  "options_ui": {
    "page": "settings.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a8e3dffd-6d7f-4aaf-915e-12f8e8c7a148}"
    }
  }
}

최고의 POST Image 대안

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