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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}