Readable Ravelry

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

ما هو Readable Ravelry؟

Readable Ravelry هو إضافة Chrome تم تطويرها بواسطة Chantal B، والميزة الرئيسية لها هي "An extension to make Ravelry accessible for those sensitive to light by applying a low contrast colour scheme.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Readable Ravelry

قم بتنزيل ملفات الامتداد Readable Ravelry بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}