Readable Ravelry

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

什么是Readable Ravelry?

Readable Ravelry是由Chantal B开发的Chrome扩展程序,该扩展的主要功能是“An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Readable Ravelry扩展crx文件

下载Readable Ravelry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
官方URL https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
简介 An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
文件大小 13.14 KB
安装次数 145
当前版本 0.1.0
更新时间 2020-06-29
上架时间 2020-06-29
评分 5.00/5 共6次评分
开发者 Chantal B
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ChantalMB/readable-ravelry
支持的语言 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\/*"
            ]
        }
    ]
}