Charlie - Phonetic Alphabet Helper

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

Vad är Charlie - Phonetic Alphabet Helper?

Charlie - Phonetic Alphabet Helper är en Chrome-tillägg utvecklad av Ivanka Todorova, och dess huvudfunktion är "Select a word and the extension will help you with its spelling.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Charlie - Phonetic Alphabet Helper-förlängningens CRX-fil

Ladda ner Charlie - Phonetic Alphabet Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
ID mflikalpejnnbhhglonkanadlpkpemea
Officiell webbadress https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea
Beskrivning Select a word and the extension will help you with its spelling.
Filstorlek 132 KB
Antal Installationer 36
Aktuell Version 0.0.1
Senast Uppdaterad 2018-01-18
Publiceringsdatum 2018-01-18
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Ivanka Todorova
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://charlie.phakeapps.com
Stödda Språk 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"
    ]
}