FIVE: dictionary for the Browser tab

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

O que é FIVE: dictionary for the Browser tab?

FIVE: dictionary for the Browser tab é uma extensão do Chrome desenvolvida por Onur Uzun, e sua principal característica é "It has never been easier to memorize a foreign word without doing anything!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FIVE: dictionary for the Browser tab

Baixe arquivos de extensão FIVE: dictionary for the Browser tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FIVE: dictionary for the Browser tab FIVE: dictionary for the Browser tab
ID pchijaajjmnfafkonegfbfbkejmdlokn
URL Oficial https://chromewebstore.google.com/detail/five-dictionary-for-the-b/pchijaajjmnfafkonegfbfbkejmdlokn
Descrição It has never been easier to memorize a foreign word without doing anything!
Tamanho do Arquivo 1.28 MB
Contagem de Instalações 71
Versão Atual 3.0.3
Última Atualização 2023-08-28
Data de Publicação 2020-05-09
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor Onur Uzun
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fivedaysfivewords.github.io/five/
URL da Página de Política de Privacidade https://fivedaysfivewords.github.io/five/POLICY.html
Idiomas Suportados 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"
    }
}