Charlie - Phonetic Alphabet Helper

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

Qu'est-ce que Charlie - Phonetic Alphabet Helper ?

Charlie - Phonetic Alphabet Helper est une extension Chrome développée par Ivanka Todorova, et sa fonction principale est "Select a word and the extension will help you with its spelling.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Charlie - Phonetic Alphabet Helper

Téléchargez les fichiers d'extension Charlie - Phonetic Alphabet Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
ID mflikalpejnnbhhglonkanadlpkpemea
URL Officiel https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea
Description Select a word and the extension will help you with its spelling.
Taille du Fichier 132 KB
Nombre d'Installations 36
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-01-18
Date de Publication 2018-01-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur Ivanka Todorova
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://charlie.phakeapps.com
Langues Prises en Charge 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"
    ]
}