Readable Ravelry

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

Was ist Readable Ravelry?

Readable Ravelry ist eine Chrome-Erweiterung, die von Chantal B entwickelt wurde, und ihr Hauptmerkmal ist "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Readable Ravelry-Erweiterungs-CRX-Datei herunterladen

Laden Sie Readable Ravelry-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
Offizielle URL https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Beschreibung An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Dateigröße 13.14 KB
Installationsanzahl 145
Aktuelle Version 0.1.0
Letztes Update 2020-06-29
Veröffentlichungsdatum 2020-06-29
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Chantal B
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ChantalMB/readable-ravelry
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}