File Converter - By Online-Convert.com

File Converter - By Online-Convert.com

This all-in-one converter plugin extends your right click menu with an option to download and convert webpages, links, videos, documents, images, just everything that can be downloaded from the Internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extension_oc_name__",
  "short_name": "Converter",
  "description": "__MSG_extension_oc_description__",
  "version": "4.2",
  "homepage_url": "https://www.online-convert.com",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon_48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "manifest_version": 2
}