FIVE: dictionary for the Browser tab

It has never been easier to memorize a foreign word without doing anything!

FIVE: dictionary for the Browser tab란 무엇입니까?

FIVE: dictionary for the Browser tab은(는) Onur Uzun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It has never been easier to memorize a foreign word without doing anything!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FIVE: dictionary for the Browser tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Effortlessly improve your English and Turkish vocabulary with the FIVE Chrome extension! With our weekly updated word list, memorize new words in a simple and effective way. Just activate the extension and open a new tab—learning new words has never been easier. Perfect for language learners and multitaskers alike.

Features:
Weekly Refreshing Word List:
Boost your English and Turkish vocabulary each week with a new set of engaging words.

Effortless Learning:
Memorize new words unconsciously by simply opening a new Chrome tab. No extra effort needed!

How It Works:
When you open a new Chrome tab, FIVE displays five distinct words, each designated for a specific day of the workweek. The "Word of the Day" is highlighted at the top, and the list refreshes weekly.

Seamless Experience:
Activate FIVE and have new words displayed in each new tab you open, making the process seamless and continual.

For those looking to effortlessly expand their English and Turkish vocabulary, FIVE is the answer.

🔥 #FiveDaysFiveWords ⚔️                    

확장 프로그램 기본 정보

이름 FIVE: dictionary for the Browser tab FIVE: dictionary for the Browser tab
ID pchijaajjmnfafkonegfbfbkejmdlokn
공식 URL https://chromewebstore.google.com/detail/five-dictionary-for-the-b/pchijaajjmnfafkonegfbfbkejmdlokn
설명 It has never been easier to memorize a foreign word without doing anything!
파일 크기 1.28 MB
설치 횟수 71
현재 버전 3.0.3
최근 업데이트 2023-08-28
출시 날짜 2020-05-09
평점 4.86/5 총 7 개의 평점
개발자 Onur Uzun
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fivedaysfivewords.github.io/five/
개인정보 보호 정책 페이지 URL https://fivedaysfivewords.github.io/five/POLICY.html
지원되는 언어 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.0.3",
    "short_name": "FIVE",
    "author": "Onur Uzun",
    "permissions": [
        "contextMenus",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "196": "assets\/F-196.png",
        "128": "assets\/F-196.png",
        "96": "assets\/F-196.png"
    }
}