Bold Reading

Read faster online by making the first 3 letters of every word bold.

Co je Bold Reading?

Bold Reading je rozšíření Chrome vyvinuté catander, a jeho hlavní funkcí je „Read faster online by making the first 3 letters of every word bold.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bold Reading

Stáhněte si soubory rozšíření Bold Reading ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

Základní Informace o Rozšíření

Název Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
Oficiální URL https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
Popis Read faster online by making the first 3 letters of every word bold.
Velikost souboru 24.76 KB
Počet instalací 1,457
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-16
Datum Vydání 2023-04-16
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář catander
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}