Charlie - Phonetic Alphabet Helper

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

Hvad er Charlie - Phonetic Alphabet Helper?

Charlie - Phonetic Alphabet Helper er en Chrome-udvidelse udviklet af Ivanka Todorova, og dens hovedfunktion er "Select a word and the extension will help you with its spelling.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Charlie - Phonetic Alphabet Helper-udvidelses-CRX-fil

Download Charlie - Phonetic Alphabet Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
ID mflikalpejnnbhhglonkanadlpkpemea
Officiel URL https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea
Beskrivelse Select a word and the extension will help you with its spelling.
Filstørrelse 132 KB
Antal Installationer 36
Nuværende Version 0.0.1
Senest Opdateret 2018-01-18
Udgivelsesdato 2018-01-18
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Ivanka Todorova
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://charlie.phakeapps.com
Understøttede Sprog 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"
    ]
}