Charlie - Phonetic Alphabet Helper

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

ما هو Charlie - Phonetic Alphabet Helper؟

Charlie - Phonetic Alphabet Helper هو إضافة Chrome تم تطويرها بواسطة Ivanka Todorova، والميزة الرئيسية لها هي "Select a word and the extension will help you with its spelling.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Charlie - Phonetic Alphabet Helper

قم بتنزيل ملفات الامتداد Charlie - Phonetic Alphabet Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}