csdn-eye
csdn博文自动展开
Cos'è csdn-eye?
csdn-eye è un'estensione di Chrome sviluppata da threatbook, e la sua funzione principale è "csdn博文自动展开".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione csdn-eye
Scarica i file di estensione csdn-eye 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
CSDN博文展开助手,屏幕登录框及蒙版,直接查看csdn文章内容
Informazioni di Base sull'Estensione
Nome | csdn-eye |
ID | ngfcnnkjhkngclpholnbobmkcnodegeo |
URL Ufficiale | https://chromewebstore.google.com/detail/csdn-eye/ngfcnnkjhkngclpholnbobmkcnodegeo |
Descrizione | csdn博文自动展开 |
Dimensione del File | 82.3 KB |
Conteggio Installazioni | 213 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-10-15 |
Data di Pubblicazione | 2018-12-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | threatbook |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/xingyeqishi/csdn-eye |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "csdn-eye", "version": "1.0.2", "description": "csdn\u535a\u6587\u81ea\u52a8\u5c55\u5f00", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "CSDN\u535a\u6587\u81ea\u52a8\u5c55\u5f00" }, "content_scripts": [ { "matches": [ "https:\/\/blog.csdn.net\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/\/*" ], "web_accessible_resources": [ "js\/inject.js" ], "homepage_url": "https:\/\/github.com\/xingyeqishi", "devtools_page": "devtools.html" } |