Buttress Vocabulary

Strengthen your vocabulary while reading things on browser.

Co je Buttress Vocabulary?

Buttress Vocabulary je rozšíření Chrome vyvinuté saurav.1869, a jeho hlavní funkcí je „Strengthen your vocabulary while reading things on browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Buttress Vocabulary

Stáhněte si soubory rozšíření Buttress Vocabulary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Coming across new words is easy and even knowing its definition. However, memorizing the words that you read doesn't come naturally. You have to work on it.

This extension will ease this job. 

It lets you see the definition of a double-clicked word along with its pronunciation. However, this is not a striking feature as couple of other apps do it right now.

You can quickly see all the words that you have looked up each day. Apart from a dictionary app it is also a vocabulary builder. Like other apps it doesn't inundates you with so many words that you have never seen. Memorizing the words for which you have a context will be much easier.

WE DON'T HAVE ACCESS TO THE WORDS YOU LOOKUP!                    

Základní Informace o Rozšíření

Název Buttress Vocabulary Buttress Vocabulary
ID kipmhailimmdakeeeciablodlijhkkac
Oficiální URL https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac
Popis Strengthen your vocabulary while reading things on browser.
Velikost souboru 121 KB
Počet instalací 613
Aktuální Verze 2.3.1
Poslední Aktualizace 2020-08-03
Datum Vydání 2019-10-05
Hodnocení 4.50/5 Celkem 14 Hodnocení
Vývojář saurav.1869
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/saurav1869/ButtressVocab
URL Stránky Nápovědy https://github.com/saurav1869/ButtressVocab
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buttress Vocabulary",
    "version": "2.3.1",
    "description": "Strengthen your vocabulary while reading things on browser.",
    "browser_action": {
        "default_icon": "icons\/128book.png",
        "default_title": "ButtressVocab",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "128": "icons\/128book.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery-3.3.1.min.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-3.3.1.min.js",
                "scripts\/presenter.js"
            ]
        }
    ]
}