Hello Vocabulary
Should I memorize this vocabulary
What is Hello Vocabulary?
Hello Vocabulary is a Chrome extension developed by coherence0815, and its main feature is "Should I memorize this vocabulary".
Extension Screenshots
Download Hello Vocabulary Extension CRX File
Download Hello Vocabulary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hello Vocabulary |
ID | klgmnlnhghflkhmckiajnkllfjkgkiji |
Official URL | https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji |
Description | Should I memorize this vocabulary |
File Size | 58.93 KB |
Installation Count | 59 |
Current Version | 1.2 |
Last Updated | 2016-11-20 |
Publish Date | 2016-11-20 |
Developer | coherence0815 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/HemingwayLee/HelloVocabulary |
Help Page URL | https://github.com/HemingwayLee/HelloVocabulary |
Supported Languages | 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" ] } |