word collector - improve your vocabulary

word collector can help you to collect the words on the webpage, and improve your vocabulary

word collector - improve your vocabulary là gì?

word collector - improve your vocabulary là một tiện ích mở rộng Chrome được phát triển bởi tim08094495757, và tính năng chính của nó là "word collector can help you to collect the words on the webpage, and improve your vocabulary".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng word collector - improve your vocabulary

Tải xuống các tệp mở rộng word collector - improve your 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

                        If you want to keep or increase size of vocabulary for (any) language, I will recommend you to use this extension.
如果你想要維持或增加(任何)語言的字彙量,我會推薦你使用本擴充功能。
語彙力の維持または強化がしたい場合に、この拡張機能はおすすめです。(どの言語でもいい)


Intro video(English):
https://youtu.be/-lklJInI3x8
介紹影片(中文):
https://youtu.be/GAaBYkbHDRI
紹介動画(日本語):
https://youtu.be/9GU4E9bDlao

more info (e.g. extraBreakModes):
https://github.com/tim08094495757/word-collector/blob/main/README.md

code repo:
https://github.com/tim08094495757/word-collector                    

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

Tên word collector - improve your vocabulary word collector - improve your vocabulary
ID kplmeohpfcgnijkamkfibfpiibjaaeek
URL Chính Thức https://chromewebstore.google.com/detail/word-collector-improve-yo/kplmeohpfcgnijkamkfibfpiibjaaeek
Mô tả word collector can help you to collect the words on the webpage, and improve your vocabulary
Kích Thước Tệp 18.09 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-05-08
Ngày Phát Hành 2021-05-05
Nhà Phát Triển tim08094495757
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "word collector - improve your vocabulary",
    "short_name": "word collector",
    "description": "word collector can help you to collect the words on the webpage, and improve your vocabulary",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Collect all you want",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "imgs\/icon16.png",
            "32": "imgs\/icon32.png",
            "48": "imgs\/icon48.png",
            "128": "imgs\/icon128.png"
        }
    },
    "icons": {
        "16": "imgs\/icon16.png",
        "32": "imgs\/icon32.png",
        "48": "imgs\/icon48.png",
        "128": "imgs\/icon128.png"
    },
    "options_page": "options.html"
}