Kobi

Highlights selected letters or letter groups in words.

Cos'è Kobi?

Kobi è un'estensione di Chrome sviluppata da https://kobiapp.io, e la sua funzione principale è "Highlights selected letters or letter groups in words.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kobi

Scarica i file di estensione Kobi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
URL Ufficiale https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Descrizione Highlights selected letters or letter groups in words.
Dimensione del File 207 KB
Conteggio Installazioni 135
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-11-21
Data di Pubblicazione 2018-11-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://kobiapp.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kobiapp.io
URL della Pagina di Aiuto https://kobiapp.io/docs/browser-extension/
Lingue Supportate 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"
    ]
}