InstaWord

Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.

¿Qué es InstaWord?

InstaWord es una extensión de Chrome desarrollada por acekyd, y su función principal es "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión InstaWord

Descarga archivos de extensión InstaWord 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

                        InstaWord makes learning new words much easier, you no longer have to leave the page you are reading to a dictionary or thesaurus to understand the word. All you have to do is highlight or select the word, then click on the InstaWord icon on your toolbar and InstaWord gives you the meaning, synonyms and usage example. And with that, you have learnt a new word.                    

Información Básica de la Extensión

Nombre InstaWord InstaWord
ID klhepdeijcfpnaolbbfjgegnoipnicln
URL Oficial https://chrome.google.com/webstore/detail/instaword/klhepdeijcfpnaolbbfjgegnoipnicln
Descripción Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.
Tamaño del Archivo 87.85 KB
Cantidad de Instalaciones 238
Versión Actual 2.0
Última Actualización 2016-02-07
Fecha de Publicación 2016-02-07
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador acekyd
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstaWord",
    "version": "2.0",
    "description": "Learn new words on the go as you surf through the web. Select the word and InstaWord gives you the meaning, synonyms and usage.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/about.me\/acekyd\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/www.dictionaryapi.com\/*",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "AceKYD's InstaWord",
        "default_popup": "popup.html"
    }
}