Buttress Vocabulary

Strengthen your vocabulary while reading things on browser.

O que é Buttress Vocabulary?

Buttress Vocabulary é uma extensão do Chrome desenvolvida por saurav.1869, e sua principal característica é "Strengthen your vocabulary while reading things on browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Buttress Vocabulary

Baixe arquivos de extensão Buttress Vocabulary 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

                        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!                    

Informações Básicas da Extensão

Nome Buttress Vocabulary Buttress Vocabulary
ID kipmhailimmdakeeeciablodlijhkkac
URL Oficial https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac
Descrição Strengthen your vocabulary while reading things on browser.
Tamanho do Arquivo 121 KB
Contagem de Instalações 613
Versão Atual 2.3.1
Última Atualização 2020-08-03
Data de Publicação 2019-10-05
Classificação 4.50/5 Total de 14 Avaliações
Desenvolvedor saurav.1869
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/saurav1869/ButtressVocab
URL da Página de Ajuda https://github.com/saurav1869/ButtressVocab
Idiomas Suportados 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"
            ]
        }
    ]
}