Charlie - Phonetic Alphabet Helper

Select a word and the extension will help you with its spelling.

¿Qué es Charlie - Phonetic Alphabet Helper?

Charlie - Phonetic Alphabet Helper es una extensión de Chrome desarrollada por Ivanka Todorova, y su función principal es "Select a word and the extension will help you with its spelling.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Charlie - Phonetic Alphabet Helper

Descarga archivos de extensión Charlie - Phonetic Alphabet Helper 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

                        Select a word, use the context menu to let the extension help you with the spelling of the selected word.                    

Información Básica de la Extensión

Nombre Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
ID mflikalpejnnbhhglonkanadlpkpemea
URL Oficial https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea
Descripción Select a word and the extension will help you with its spelling.
Tamaño del Archivo 132 KB
Cantidad de Instalaciones 36
Versión Actual 0.0.1
Última Actualización 2018-01-18
Fecha de Publicación 2018-01-18
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Ivanka Todorova
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://charlie.phakeapps.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Charlie - Phonetic Alphabet Helper",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Select a word and the extension will help you with its spelling.",
    "homepage_url": "http:\/\/charlie.phakeapps.com ",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ]
}