闪下宝
闪下宝(www.shanxiabao.com),网络资源聚合下载平台
Cos'è 闪下宝?
闪下宝 è un'estensione di Chrome sviluppata da http://www.shanxiabao.com, e la sua funzione principale è "闪下宝(www.shanxiabao.com),网络资源聚合下载平台".
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
闪下宝(www.shanxiabao.com),闪电下载网络资源。 【已支持网站】 百度文库 http://wenku.baidu.com 中国知网 http://www.cnki.net 维普资讯 http://www.cpvip.com 万方数据 http://www.wanfangdata.com.cn QQ群:778299837
Informazioni di Base sull'Estensione
Nome | |
ID | hionlcopolkipidnkcjhijdnjaclfmmg |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E9%97%AA%E4%B8%8B%E5%AE%9D/hionlcopolkipidnkcjhijdnjaclfmmg |
Descrizione | 闪下宝(www.shanxiabao.com),网络资源聚合下载平台 |
Dimensione del File | 151 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2019-06-28 |
Data di Pubblicazione | 2019-06-28 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.shanxiabao.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://chrome.shanxiabao.com |
URL della Pagina di Aiuto | http://chrome.shanxiabao.com/ |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u95ea\u4e0b\u5b9d", "description": "\u95ea\u4e0b\u5b9d\uff08www.shanxiabao.com\uff09\uff0c\u7f51\u7edc\u8d44\u6e90\u805a\u5408\u4e0b\u8f7d\u5e73\u53f0", "version": "1.5", "browser_action": { "name": "\u95ea\u4e0b\u5b9d", "default_icon": "\/src\/static\/icon\/icon.png", "default_title": "\u95ea\u4e0b\u5b9d" }, "background": { "scripts": [ "\/src\/static\/js\/jquery.min.js", "\/src\/static\/js\/background.js" ] }, "icons": { "16": "\/src\/static\/icon\/icon16.png", "48": "\/src\/static\/icon\/icon48.png", "128": "\/src\/static\/icon\/icon128.png" }, "permissions": [ "contextMenus", "tabs", "cookies", "storage", "*:\/\/*.baidu.com\/*", "*:\/\/*.cnki.net\/*", "*:\/\/*.wanfangdata.com.com\/*", "*:\/\/*.cqvip.com\/*", "*:\/\/*.shanxiabao.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.baidu.com\/*", "*:\/\/*.cnki.net\/*", "*:\/\/*.wanfangdata.com.com\/*", "*:\/\/*.cqvip.com\/*", "*:\/\/*.shanxiabao.com\/*" ], "css": [ "\/src\/static\/layer\/theme\/default\/layer.css" ], "js": [ "\/src\/static\/js\/jquery.min.js", "\/src\/static\/layer\/layer.js", "\/src\/static\/js\/content-script.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.shanxiabao.com\/*" ] }, "web_accessible_resources": [ "\/install.json" ], "homepage_url": "https:\/\/www.shanxiabao.com", "content_security_policy": "script-src 'self'; object-src 'self'" } |