super copy
快速复制文库上的文字
Cos'è super copy?
super copy è un'estensione di Chrome sviluppata da withtime, e la sua funzione principale è "快速复制文库上的文字".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione super copy
Scarica i file di estensione super copy 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
快速复制文库上文字,为你的学习加快脚本。 第一步,选择需要复制的内容。 第二步,右键 super copy!。 粘贴!完成。 copying BD library content quickly, speeding up scripting for your learning. The first step is to select the content you want to copy. The second step, right click super copy!. Paste! done!
Informazioni di Base sull'Estensione
Nome | |
ID | dodpgdlfoincjnaecbeeocgpjpdamgki |
URL Ufficiale | https://chrome.google.com/webstore/detail/super-copy/dodpgdlfoincjnaecbeeocgpjpdamgki |
Descrizione | 快速复制文库上的文字 |
Dimensione del File | 6.84 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-09-24 |
Data di Pubblicazione | 2019-09-24 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | withtime |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "super copy", "short_name": "Spopy", "description": "\u5feb\u901f\u590d\u5236\u6587\u5e93\u4e0a\u7684\u6587\u5b57", "background": { "page": "home.html" }, "version": "1.2", "manifest_version": 2, "icons": { "16": ".\/icon\/icon.png", "128": ".\/icon\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/wenku.baidu.com\/*" ], "css": [ "style\/style.css" ] } ], "externally_connectable": { "matches": [ "https:\/\/wenku.baidu.com\/*" ] }, "permissions": [ "contextMenus", "downloads", "tabs" ] } |