Charlie - Phonetic Alphabet Helper

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

Was ist Charlie - Phonetic Alphabet Helper?

Charlie - Phonetic Alphabet Helper ist eine Chrome-Erweiterung, die von Ivanka Todorova entwickelt wurde, und ihr Hauptmerkmal ist "Select a word and the extension will help you with its spelling.".

Erweiterungsscreenshots

screenshot
screenshot

Charlie - Phonetic Alphabet Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Charlie - Phonetic Alphabet Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
ID mflikalpejnnbhhglonkanadlpkpemea
Offizielle URL https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea
Beschreibung Select a word and the extension will help you with its spelling.
Dateigröße 132 KB
Installationsanzahl 36
Aktuelle Version 0.0.1
Letztes Update 2018-01-18
Veröffentlichungsdatum 2018-01-18
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Ivanka Todorova
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://charlie.phakeapps.com
Unterstützte Sprachen 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"
    ]
}