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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Readable Ravelry
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } ] } |