Kobi

Highlights selected letters or letter groups in words.

Apa itu Kobi?

Kobi adalah ekstensi Chrome yang dikembangkan oleh https://kobiapp.io, dan fitur utamanya adalah "Highlights selected letters or letter groups in words.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Kobi

Unduh file ekstensi Kobi dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
URL Resmi https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Deskripsi Highlights selected letters or letter groups in words.
Ukuran File 207 KB
Jumlah Instalasi 135
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-11-21
Tanggal Publikasi 2018-11-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://kobiapp.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kobiapp.io
URL Halaman Bantuan https://kobiapp.io/docs/browser-extension/
Bahasa yang Didukung 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"
    ]
}