Readable Ravelry

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

Cos'è Readable Ravelry?

Readable Ravelry è un'estensione di Chrome sviluppata da Chantal B, e la sua funzione principale è "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Readable Ravelry

Scarica i file di estensione Readable Ravelry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
URL Ufficiale https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Descrizione An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Dimensione del File 13.14 KB
Conteggio Installazioni 145
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-06-29
Data di Pubblicazione 2020-06-29
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Chantal B
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ChantalMB/readable-ravelry
Lingue Supportate 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\/*"
            ]
        }
    ]
}