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란 무엇입니까?

word collector - improve your vocabulary은(는) tim08094495757에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "word collector can help you to collect the words on the webpage, and improve your vocabulary"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

word collector - improve your vocabulary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 word collector - improve your vocabulary word collector - improve your vocabulary
ID kplmeohpfcgnijkamkfibfpiibjaaeek
공식 URL https://chromewebstore.google.com/detail/word-collector-improve-yo/kplmeohpfcgnijkamkfibfpiibjaaeek
설명 word collector can help you to collect the words on the webpage, and improve your vocabulary
파일 크기 18.09 KB
설치 횟수 49
현재 버전 1.1
최근 업데이트 2021-05-08
출시 날짜 2021-05-05
개발자 tim08094495757
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}