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
官方網址 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"
    ]
}