Readable Ravelry

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

Co to jest Readable Ravelry?

Readable Ravelry to rozszerzenie Chrome opracowane przez Chantal B, a jego główną funkcją jest „An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Readable Ravelry

Pobierz pliki rozszerzeń Readable Ravelry w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
Oficjalny URL https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Opis An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Rozmiar pliku 13.14 KB
Liczba instalacji 145
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-06-29
Data Publikacji 2020-06-29
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Chantal B
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ChantalMB/readable-ravelry
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}