Readable Ravelry

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

Hvad er Readable Ravelry?

Readable Ravelry er en Chrome-udvidelse udviklet af Chantal B, og dens hovedfunktion er "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Readable Ravelry-udvidelses-CRX-fil

Download Readable Ravelry-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
Officiel URL https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Beskrivelse An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Filstørrelse 13.14 KB
Antal Installationer 145
Nuværende Version 0.1.0
Senest Opdateret 2020-06-29
Udgivelsesdato 2020-06-29
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler Chantal B
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ChantalMB/readable-ravelry
Understøttede Sprog 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\/*"
            ]
        }
    ]
}