Kobi

Highlights selected letters or letter groups in words.

ما هو Kobi؟

Kobi هو إضافة Chrome تم تطويرها بواسطة https://kobiapp.io، والميزة الرئيسية لها هي "Highlights selected letters or letter groups in words.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kobi

قم بتنزيل ملفات الامتداد Kobi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Kobi browser extension introduces the Kobification method to the Web. This method improves readability and makes decoding easier by segmenting words and colouring selected letters. It is intended for children with reading difficulties providing support during the learning process.                    

معلومات أساسية عن التمديد

الاسم Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
عنوان URL الرسمي https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
الوصف Highlights selected letters or letter groups in words.
حجم الملف 207 KB
عدد التثبيتات 135
النسخة الحالية 1.0.0
آخر تحديث 2018-11-21
تاريخ النشر 2018-11-21
تقييم 5.00/5 مجموع تقييمات 1
المطور https://kobiapp.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://kobiapp.io
عنوان صفحة المساعدة https://kobiapp.io/docs/browser-extension/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kobi",
    "version": "1.0.0",
    "description": "Highlights selected letters or letter groups in words.",
    "icons": {
        "48": "icons\/kobi-icon-128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "js\/install.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/kobi-icon-128.png",
        "default_title": "Kobi",
        "default_popup": "kobi-popup.html"
    },
    "web_accessible_resources": [
        "irregular-words\/*.txt",
        "presets\/*.json"
    ]
}