Kobi

Highlights selected letters or letter groups in words.

Kobi là gì?

Kobi là một tiện ích mở rộng Chrome được phát triển bởi https://kobiapp.io, và tính năng chính của nó là "Highlights selected letters or letter groups in words.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kobi

Tải xuống các tệp mở rộng Kobi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
URL Chính Thức https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Mô tả Highlights selected letters or letter groups in words.
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-11-21
Ngày Phát Hành 2018-11-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://kobiapp.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kobiapp.io
URL Trang Trợ Giúp https://kobiapp.io/docs/browser-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}