知乎搜索

知乎搜索

使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "知乎搜索",
  "description": "使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "zhihu.js"
    ]
  },
  "manifest_version": 2
}