Hello Vocabulary
Should I memorize this vocabulary
Wat is Hello Vocabulary?
Hello Vocabulary is een Chrome-extensie ontwikkeld door coherence0815, en de belangrijkste functie is "Should I memorize this vocabulary".
Extensie Screenshots
Download het CRX-bestand van de extensie Hello Vocabulary
Download Hello Vocabulary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | klgmnlnhghflkhmckiajnkllfjkgkiji |
| Officiële URL | https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji |
| Beschrijving | Should I memorize this vocabulary |
| Bestandsgrootte | 58.93 KB |
| Aantal Installaties | 59 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2016-11-20 |
| Publicatiedatum | 2016-11-20 |
| Ontwikkelaar | coherence0815 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/HemingwayLee/HelloVocabulary |
| Help Pagina-URL | https://github.com/HemingwayLee/HelloVocabulary |
| Ondersteunde Talen | 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"
]
} | |