Ray Peat Styled
Restores original css to raypeat.com
Ray Peat Styledคืออะไร?
Ray Peat Styled เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://life-unchained.net และคุณลักษณะหลักของมันคือ "Restores original css to raypeat.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ray Peat Styled
ดาวน์โหลดไฟล์ส่วนขยาย Ray Peat Styled ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you're a reader of Ray Peat's website, you know how uncomfortable it can be to read from one end of the screen to the other. What you might not know is, it isn't meant to look like that. The site has a stylesheet that's requested in a way that modern browsers block. This extension does nothing more than load the original stylesheet, giving raypeat.com a cohesive look and improving readability.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmmdaaknmobjkebncemnchleoimfjnkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp |
คำอธิบาย | Restores original css to raypeat.com |
ขนาดไฟล์ | 25.15 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-10-13 |
วันที่เผยแพร่ | 2023-10-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://life-unchained.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/life-unchained/Ray-Peat-Styled |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ray Peat Styled", "version": "1.0.0", "description": "Restores original css to raypeat.com", "icons": { "16": "hsray_16.png", "128": "hsray_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/raypeat.com\/*" ], "css": [ "raypeat.css" ] } ] } |