Readable Ravelry

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

Readable Ravelry là gì?

Readable Ravelry là một tiện ích mở rộng Chrome được phát triển bởi Chantal B, và tính năng chính của nó là "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Readable Ravelry

Tải xuống các tệp mở rộng Readable Ravelry dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Readable Ravelry Readable Ravelry
ID bhncaihldjkhfbjkaekbihjepdlhickj
URL Chính Thức https://chromewebstore.google.com/detail/readable-ravelry/bhncaihldjkhfbjkaekbihjepdlhickj
Mô tả An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.
Kích Thước Tệp 13.14 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-06-29
Ngày Phát Hành 2020-06-29
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Chantal B
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ChantalMB/readable-ravelry
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}