Kobi

Highlights selected letters or letter groups in words.

What is Kobi?

Kobi is a Chrome extension developed by https://kobiapp.io, and its main feature is "Highlights selected letters or letter groups in words.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kobi Extension CRX File

Download Kobi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
Official URL https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Description Highlights selected letters or letter groups in words.
File Size 207 KB
Installation Count 135
Current Version 1.0.0
Last Updated 2018-11-21
Publish Date 2018-11-21
Rating 5.00/5 Total 1 Ratings
Developer https://kobiapp.io
Email [email protected]
Payment Type free
Extension Website https://kobiapp.io
Help Page URL https://kobiapp.io/docs/browser-extension/
Supported Languages 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"
    ]
}