FIVE: dictionary for the Browser tab

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

Wat is FIVE: dictionary for the Browser tab?

FIVE: dictionary for the Browser tab is een Chrome-extensie ontwikkeld door Onur Uzun, en de belangrijkste functie is "It has never been easier to memorize a foreign word without doing anything!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FIVE: dictionary for the Browser tab

Download FIVE: dictionary for the Browser tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam FIVE: dictionary for the Browser tab FIVE: dictionary for the Browser tab
ID pchijaajjmnfafkonegfbfbkejmdlokn
Officiële URL https://chromewebstore.google.com/detail/five-dictionary-for-the-b/pchijaajjmnfafkonegfbfbkejmdlokn
Beschrijving It has never been easier to memorize a foreign word without doing anything!
Bestandsgrootte 1.28 MB
Aantal Installaties 71
Huidige Versie 3.0.3
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2020-05-09
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Onur Uzun
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fivedaysfivewords.github.io/five/
URL van de Privacybeleid Pagina https://fivedaysfivewords.github.io/five/POLICY.html
Ondersteunde Talen 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"
    }
}