问知乎

知乎搜索工具,让 chrome 搜索栏支持知乎快速搜索
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "问知乎",
  "description": "知乎搜索工具,让 chrome 搜索栏支持知乎快速搜索",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "./icons/16.png",
    "32": "./icons/32.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "background": {
    "service_worker": "bg.js"
  },
  "omnibox": {
    "keyword": "z"
  }
}