Readable Ravelry

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

¿Qué es Readable Ravelry?

Readable Ravelry es una extensión de Chrome desarrollada por Chantal B, y su función principal es "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Readable Ravelry

Descarga archivos de extensión Readable Ravelry en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
URL Oficial https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Descripción An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Tamaño del Archivo 13.14 KB
Cantidad de Instalaciones 145
Versión Actual 0.1.0
Última Actualización 2020-06-29
Fecha de Publicación 2020-06-29
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Chantal B
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ChantalMB/readable-ravelry
Idiomas Soportados 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\/*"
            ]
        }
    ]
}