Kobi

Highlights selected letters or letter groups in words.

Wat is Kobi?

Kobi is een Chrome-extensie ontwikkeld door https://kobiapp.io, en de belangrijkste functie is "Highlights selected letters or letter groups in words.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kobi

Download Kobi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
Officiële URL https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Beschrijving Highlights selected letters or letter groups in words.
Bestandsgrootte 207 KB
Aantal Installaties 135
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-11-21
Publicatiedatum 2018-11-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://kobiapp.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kobiapp.io
Help Pagina-URL https://kobiapp.io/docs/browser-extension/
Ondersteunde Talen 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"
    ]
}