Hello Vocabulary
Should I memorize this vocabulary
什麼是Hello Vocabulary?
Hello Vocabulary是由coherence0815開發的Chrome擴展程式,該擴展的主要功能是“Should I memorize this vocabulary”。
擴展截圖
下載Hello Vocabulary擴展crx文件
下載Hello Vocabulary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Hello Vocabulary |
ID | klgmnlnhghflkhmckiajnkllfjkgkiji |
官方網址 | https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji |
簡介 | Should I memorize this vocabulary |
檔案大小 | 58.93 KB |
安裝次數 | 59 |
目前版本 | 1.2 |
更新時間 | 2016-11-20 |
上架時間 | 2016-11-20 |
開發者 | coherence0815 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/HemingwayLee/HelloVocabulary |
說明頁面URL | https://github.com/HemingwayLee/HelloVocabulary |
支援的語言 | 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" ] } |