知乎精选
知乎问答精选
Cos'è 知乎精选?
知乎精选 è un'estensione di Chrome sviluppata da xspider.org, e la sua funzione principale è "知乎问答精选".
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 | nfkdpojjamdojakhndbkjcbpcbodfjnp |
URL Ufficiale | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E7%B2%BE%E9%80%89/nfkdpojjamdojakhndbkjcbpcbodfjnp |
Descrizione | 知乎问答精选 |
Dimensione del File | 41.83 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-09-08 |
Data di Pubblicazione | 2017-09-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | xspider.org |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u77e5\u4e4e\u7cbe\u9009", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "17.0.0", "description": "\u77e5\u4e4e\u95ee\u7b54\u7cbe\u9009", "content_scripts": [ { "matches": [ "https:\/\/*.zhihu.com\/*" ], "run_at": "document_idle", "js": [ "zhihu.js" ], "all_frames": true } ], "permissions": [ "tabs", "*:\/\/*\/*", "webRequestBlocking", "webRequest" ], "page_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "init.js" ] }, "icons": { "16": "icon-16.png", "128": "icon-128.png" } } |