英语生词本
你划过的词都会自动备份到生词本中,随机跳出来温习。
Cos'è 英语生词本?
英语生词本 è un'estensione di Chrome sviluppata da jpg, 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 | eipbpeoojfichpegdigbfmgfgikcbgda |
URL Ufficiale | https://chromewebstore.google.com/detail/%E8%8B%B1%E8%AF%AD%E7%94%9F%E8%AF%8D%E6%9C%AC/eipbpeoojfichpegdigbfmgfgikcbgda |
Descrizione | 你划过的词都会自动备份到生词本中,随机跳出来温习。 |
Dimensione del File | 356 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-03-10 |
Data di Pubblicazione | 2019-03-04 |
Sviluppatore | jpg |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u82f1\u8bed\u751f\u8bcd\u672c", "manifest_version": 2, "version": "0.1.0", "description": "\u4f60\u5212\u8fc7\u7684\u8bcd\u90fd\u4f1a\u81ea\u52a8\u5907\u4efd\u5230\u751f\u8bcd\u672c\u4e2d\uff0c\u968f\u673a\u8df3\u51fa\u6765\u6e29\u4e60\u3002", "options_page": "options.html", "chrome_url_overrides": { "newtab": "remind.html" }, "background": { "scripts": [ "jquery.min.js", "gun.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "myscript.js" ] } ] } |