Kobi

Highlights selected letters or letter groups in words.

什么是Kobi?

Kobi是由https://kobiapp.io开发的Chrome扩展程序,该扩展的主要功能是“Highlights selected letters or letter groups in words.”。

扩展截图

screenshot
screenshot
screenshot

下载Kobi扩展crx文件

下载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"
    ]
}