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
官方網址 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\/*"
            ]
        }
    ]
}