知乎搜索
使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。
Cos'è 知乎搜索?
知乎搜索 è un'estensione di Chrome sviluppata da 天雨栗, e la sua funzione principale è "使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 知乎搜索
Scarica i file di estensione 知乎搜索 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
一个超小巧的扩展程序
可直接右键在知乎上搜索您选中的文字
不用犹豫了
这就是你想要的
^_^ Informazioni di Base sull'Estensione
| Nome | |
| ID | johbemkkhdiijfinglnmcljobknlhkfh |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E6%90%9C%E7%B4%A2/johbemkkhdiijfinglnmcljobknlhkfh |
| Descrizione | 使用此扩展程序可在知乎上搜索右键选中的文字,search on zhihu;zhihu is a well-known question-and-answer website in china。 |
| Dimensione del File | 16.7 KB |
| Conteggio Installazioni | 256 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-03-25 |
| Data di Pubblicazione | 2017-03-25 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | 天雨栗 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |