QuickSearch

QuickSearch

QuickSearch extension can use Right-Click, Quickly Search/Translate Words, Sentence or Article without having to type your search terms again and again. Convenient! Easy! Including engines like Google, Bing, Yahoo, Baidu……

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.7",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "page": "background.html"
  },
  "page_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}