Kobi

Highlights selected letters or letter groups in words.

Vad är Kobi?

Kobi är en Chrome-tillägg utvecklad av https://kobiapp.io, och dess huvudfunktion är "Highlights selected letters or letter groups in words.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Kobi-förlängningens CRX-fil

Ladda ner Kobi-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Kobi Kobi
ID eplkekohjdpnpgeobecodbefholbmaoa
Officiell webbadress https://chromewebstore.google.com/detail/kobi/eplkekohjdpnpgeobecodbefholbmaoa
Beskrivning Highlights selected letters or letter groups in words.
Filstorlek 207 KB
Antal Installationer 135
Aktuell Version 1.0.0
Senast Uppdaterad 2018-11-21
Publiceringsdatum 2018-11-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://kobiapp.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://kobiapp.io
Hjälpsida URL https://kobiapp.io/docs/browser-extension/
Stödda Språk 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"
    ]
}