Buttress Vocabulary

Strengthen your vocabulary while reading things on browser.

Hvad er Buttress Vocabulary?

Buttress Vocabulary er en Chrome-udvidelse udviklet af saurav.1869, og dens hovedfunktion er "Strengthen your vocabulary while reading things on browser.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Buttress Vocabulary-udvidelses-CRX-fil

Download Buttress Vocabulary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Buttress Vocabulary Buttress Vocabulary
ID kipmhailimmdakeeeciablodlijhkkac
Officiel URL https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac
Beskrivelse Strengthen your vocabulary while reading things on browser.
Filstørrelse 121 KB
Antal Installationer 613
Nuværende Version 2.3.1
Senest Opdateret 2020-08-03
Udgivelsesdato 2019-10-05
Bedømmelse 4.50/5 Samlet 14 Bedømmelser
Udvikler saurav.1869
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/saurav1869/ButtressVocab
Hjælpeside-URL https://github.com/saurav1869/ButtressVocab
Understøttede Sprog 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"
            ]
        }
    ]
}