Readable Ravelry

An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.

Co je Readable Ravelry?

Readable Ravelry je rozšíření Chrome vyvinuté Chantal B, a jeho hlavní funkcí je „An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Readable Ravelry

Stáhněte si soubory rozšíření Readable Ravelry 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í

                        This extension applies the Solarized Dark colour palette by Ethan Schoonover to Ravelry's new theme in order to make it accessible for those who cannot tolerate bright themes due to eye strain or other health conditions. It simply gives all pages on Ravelry this dark, low contrast colour scheme so the site is comfortably browsable for longer periods of time, whether that time be spent searching for the perfect pattern or chatting in the community forums!                    

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

Název Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
Oficiální URL https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Popis An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Velikost souboru 13.14 KB
Počet instalací 145
Aktuální Verze 0.1.0
Poslední Aktualizace 2020-06-29
Datum Vydání 2020-06-29
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Chantal B
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ChantalMB/readable-ravelry
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readable Ravelry",
    "version": "0.1.0",
    "description": "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.ravelry.com\/*"
            ]
        }
    ]
}