Charlie - Phonetic Alphabet Helper

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

Charlie - Phonetic Alphabet Helper क्या है?

Charlie - Phonetic Alphabet Helper Ivanka Todorova द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a word and the extension will help you with its spelling."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Charlie - Phonetic Alphabet Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
ID mflikalpejnnbhhglonkanadlpkpemea
आधिकारिक URL https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea
विवरण Select a word and the extension will help you with its spelling.
फ़ाइल का आकार 132 KB
स्थापना संख्या 36
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2018-01-18
प्रकाशन तिथि 2018-01-18
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Ivanka Todorova
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://charlie.phakeapps.com
समर्थित भाषाएँ 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"
    ]
}