ALSO

ALSO

All in one search 在多个网站搜索之间快速切换,且无需重新输入关键词

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ALSO",
  "version": "0.0.11",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "homepage_url": "https://github.com/RenzHoly/ALSO",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "options_page": "options.html",
  "page_action": {
    "default_icon": "icons/icon32.png",
    "default_popup": "popup.html"
  }
}