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
Eメール [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\/*"
            ]
        }
    ]
}