Readable Ravelry

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

O que é Readable Ravelry?

Readable Ravelry é uma extensão do Chrome desenvolvida por Chantal B, e sua principal característica é "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Readable Ravelry

Baixe arquivos de extensão Readable Ravelry no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
URL Oficial https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Descrição An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Tamanho do Arquivo 13.14 KB
Contagem de Instalações 145
Versão Atual 0.1.0
Última Atualização 2020-06-29
Data de Publicação 2020-06-29
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Chantal B
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ChantalMB/readable-ravelry
Idiomas Suportados 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\/*"
            ]
        }
    ]
}