Kobi

Highlights selected letters or letter groups in words.

Co to jest Kobi?

Kobi to rozszerzenie Chrome opracowane przez https://kobiapp.io, a jego główną funkcją jest „Highlights selected letters or letter groups in words.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Kobi

Pobierz pliki rozszerzeń Kobi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
Oficjalny URL https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Opis Highlights selected letters or letter groups in words.
Rozmiar pliku 207 KB
Liczba instalacji 135
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-11-21
Data Publikacji 2018-11-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://kobiapp.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kobiapp.io
Adres URL Strony Pomocy https://kobiapp.io/docs/browser-extension/
Obsługiwane Języki 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"
    ]
}