Kobi

Highlights selected letters or letter groups in words.

Co je Kobi?

Kobi je rozšíření Chrome vyvinuté https://kobiapp.io, a jeho hlavní funkcí je „Highlights selected letters or letter groups in words.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kobi

Stáhněte si soubory rozšíření Kobi ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
Oficiální URL https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Popis Highlights selected letters or letter groups in words.
Velikost souboru 207 KB
Počet instalací 135
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-11-21
Datum Vydání 2018-11-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://kobiapp.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://kobiapp.io
URL Stránky Nápovědy https://kobiapp.io/docs/browser-extension/
Podporované Jazyky 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"
    ]
}