Hello Vocabulary

Should I memorize this vocabulary

Hello Vocabulary là gì?

Hello Vocabulary là một tiện ích mở rộng Chrome được phát triển bởi coherence0815, và tính năng chính của nó là "Should I memorize this vocabulary".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hello Vocabulary

Tải xuống các tệp mở rộng Hello Vocabulary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
URL Chính Thức https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Mô tả Should I memorize this vocabulary
Kích Thước Tệp 58.93 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-11-20
Ngày Phát Hành 2016-11-20
Nhà Phát Triển coherence0815
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/HemingwayLee/HelloVocabulary
URL Trang Trợ Giúp https://github.com/HemingwayLee/HelloVocabulary
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}