Menu fish

Menu fish

右键菜单增强,为右键添加搜索和分享等功能。支持自定义搜索引擎和分享目标站点

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Menu fish",
  "version": "1.4.0",
  "manifest_version": 2,
  "description": "右键菜单增强,为右键添加搜索和分享等功能。支持自定义搜索引擎和分享目标站点",
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "options_page": "options/index.html",
  "background": {
    "scripts": [
      "background/default.js",
      "background/index.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "homepage_url": "https://github.com/meowtec/chrome-menufish",
  "incognito": "split"
}