Readable Ravelry
An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Qu'est-ce que Readable Ravelry ?
Readable Ravelry est une extension Chrome développée par Chantal B, et sa fonction principale est "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Readable Ravelry
Téléchargez les fichiers d'extension Readable Ravelry au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Readable Ravelry |
ID | bhncaihldjkhfbjkaekbihjepdlhickj |
URL Officiel | https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj |
Description | An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme. |
Taille du Fichier | 13.14 KB |
Nombre d'Installations | 145 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2020-06-29 |
Date de Publication | 2020-06-29 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Chantal B |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ChantalMB/readable-ravelry |
Langues Prises en Charge | 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\/*" ] } ] } |