Readable Ravelry

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

What is Readable Ravelry?

Readable Ravelry is a Chrome extension developed by Chantal B, and its main feature is "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Readable Ravelry Extension CRX File

Download Readable Ravelry extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
Official URL 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.
File Size 13.14 KB
Installation Count 145
Current Version 0.1.0
Last Updated 2020-06-29
Publish Date 2020-06-29
Rating 5.00/5 Total 6 Ratings
Developer Chantal B
Email [email protected]
Payment Type free
Extension Website https://github.com/ChantalMB/readable-ravelry
Supported Languages 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\/*"
            ]
        }
    ]
}