Image Convert and Download

Image Convert and Download

Allows to download svg and images and take screenshots in different formats

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Image Convert and Download",
  "version": "0.3",
  "description": "Allows to download svg and images and take screenshots in different formats",
  "permissions": [
    "contextMenus",
    "downloads",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "contextMenu.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}