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
Eメール [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"
    ]
}