FIVE: dictionary for the Browser tab

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

What is FIVE: dictionary for the Browser tab?

FIVE: dictionary for the Browser tab is a Chrome extension developed by Onur Uzun, and its main feature is "It has never been easier to memorize a foreign word without doing anything!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download FIVE: dictionary for the Browser tab Extension CRX File

Download FIVE: dictionary for the Browser tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 ⚔️                    

Extension Basic Information

Name FIVE: dictionary for the Browser tab FIVE: dictionary for the Browser tab
ID pchijaajjmnfafkonegfbfbkejmdlokn
Official URL https://chromewebstore.google.com/detail/five-dictionary-for-the-b/pchijaajjmnfafkonegfbfbkejmdlokn
Description It has never been easier to memorize a foreign word without doing anything!
File Size 1.28 MB
Installation Count 71
Current Version 3.0.3
Last Updated 2023-08-28
Publish Date 2020-05-09
Rating 4.86/5 Total 7 Ratings
Developer Onur Uzun
Email [email protected]
Payment Type free
Extension Website https://fivedaysfivewords.github.io/five/
Privacy Policy Page URL https://fivedaysfivewords.github.io/five/POLICY.html
Supported Languages 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"
    }
}