Hello Vocabulary
Should I memorize this vocabulary
Cos'è Hello Vocabulary?
Hello Vocabulary è un'estensione di Chrome sviluppata da coherence0815, e la sua funzione principale è "Should I memorize this vocabulary".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hello Vocabulary
Scarica i file di estensione Hello Vocabulary 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
When I visited a website, there were some vocabularies that I didn't know what they mean. I looked up the dictionary to see their meanings. At that moment, there was one thing coming into my mind. How can I know if I should memorize those vocabularies or not? If those vocabularies are popular in the TOEFL, IELTS, etc., I should definitely memorize them. As the result, I built this tool to see if I should memorize those vocabularies or not.
Informazioni di Base sull'Estensione
Nome | Hello Vocabulary |
ID | klgmnlnhghflkhmckiajnkllfjkgkiji |
URL Ufficiale | https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji |
Descrizione | Should I memorize this vocabulary |
Dimensione del File | 58.93 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-11-20 |
Data di Pubblicazione | 2016-11-20 |
Sviluppatore | coherence0815 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/HemingwayLee/HelloVocabulary |
URL della Pagina di Aiuto | https://github.com/HemingwayLee/HelloVocabulary |
Lingue Supportate | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hello Vocabulary", "description": "Should I memorize this vocabulary", "version": "1.2", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab" ] } |