Buttress Vocabulary

Strengthen your vocabulary while reading things on browser.

¿Qué es Buttress Vocabulary?

Buttress Vocabulary es una extensión de Chrome desarrollada por saurav.1869, y su función principal es "Strengthen your vocabulary while reading things on browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Buttress Vocabulary

Descarga archivos de extensión Buttress Vocabulary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Buttress Vocabulary Buttress Vocabulary
ID kipmhailimmdakeeeciablodlijhkkac
URL Oficial https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac
Descripción Strengthen your vocabulary while reading things on browser.
Tamaño del Archivo 121 KB
Cantidad de Instalaciones 613
Versión Actual 2.3.1
Última Actualización 2020-08-03
Fecha de Publicación 2019-10-05
Calificación 4.50/5 Total de 14 Calificaciones
Desarrollador saurav.1869
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/saurav1869/ButtressVocab
URL de la Página de Ayuda https://github.com/saurav1869/ButtressVocab
Idiomas Soportados 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"
            ]
        }
    ]
}