Kobi

Highlights selected letters or letter groups in words.

Что такое Kobi?

Kobi - это расширение Chrome, разработанное https://kobiapp.io, и его основная функция - "Highlights selected letters or letter groups in words.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Kobi

Скачайте файлы расширений Kobi в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
Официальный URL https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Описание Highlights selected letters or letter groups in words.
Размер файла 207 KB
Количество установок 135
Текущая Версия 1.0.0
Последнее Обновление 2018-11-21
Дата публикации 2018-11-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://kobiapp.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://kobiapp.io
URL страницы помощи https://kobiapp.io/docs/browser-extension/
Поддерживаемые языки 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"
    ]
}