Ray Peat Styled

Restores original css to raypeat.com

Ray Peat Styled là gì?

Ray Peat Styled là một tiện ích mở rộng Chrome được phát triển bởi https://life-unchained.net, và tính năng chính của nó là "Restores original css to raypeat.com".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Ray Peat Styled 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

                        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.                    

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

Tên Ray Peat Styled Ray Peat Styled
ID lmmdaaknmobjkebncemnchleoimfjnkp
URL Chính Thức https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp
Mô tả Restores original css to raypeat.com
Kích Thước Tệp 25.15 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2023-10-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://life-unchained.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/life-unchained/Ray-Peat-Styled
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}