知乎搜索
使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。
What is 知乎搜索?
知乎搜索 is a Chrome extension developed by 天雨栗, and its main feature is "使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。".
Extension Screenshots
Download 知乎搜索 Extension CRX File
Download 知乎搜索 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
一个超小巧的扩展程序 可直接右键在知乎上搜索您选中的文字 不用犹豫了 这就是你想要的 ^_^
Extension Basic Information
Name | 知乎搜索 |
ID | johbemkkhdiijfinglnmcljobknlhkfh |
Official URL | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E6%90%9C%E7%B4%A2/johbemkkhdiijfinglnmcljobknlhkfh |
Description | 使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。 |
File Size | 16.7 KB |
Installation Count | 256 |
Current Version | 1.0 |
Last Updated | 2017-03-25 |
Publish Date | 2017-03-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 天雨栗 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u77e5\u4e4e\u641c\u7d22", "description": "\u4f7f\u7528\u6b64\u6269\u5c55\u7a0b\u5e8f\u53ef\u5728\u77e5\u4e4e\u4e0a\u641c\u7d22\u53f3\u952e\u9009\u4e2d\u7684\u6587\u5b57\uff0csearch on zhihu\uff1bzhihu is a well-known question-and-answer website in china\u3002", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "zhihu.js" ] }, "manifest_version": 2 } |