Charlie - Phonetic Alphabet Helper

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

Co to jest Charlie - Phonetic Alphabet Helper?

Charlie - Phonetic Alphabet Helper to rozszerzenie Chrome opracowane przez Ivanka Todorova, a jego główną funkcją jest „Select a word and the extension will help you with its spelling.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Charlie - Phonetic Alphabet Helper

Pobierz pliki rozszerzeń Charlie - Phonetic Alphabet Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
ID mflikalpejnnbhhglonkanadlpkpemea
Oficjalny URL https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea
Opis Select a word and the extension will help you with its spelling.
Rozmiar pliku 132 KB
Liczba instalacji 36
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2018-01-18
Data Publikacji 2018-01-18
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Ivanka Todorova
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://charlie.phakeapps.com
Obsługiwane Języki 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"
    ]
}