Ray Peat Styled

Restores original css to raypeat.com

什么是Ray Peat Styled?

Ray Peat Styled是由https://life-unchained.net开发的Chrome扩展程序,该扩展的主要功能是“Restores original css to raypeat.com”。

扩展截图

screenshot
screenshot

下载Ray Peat Styled扩展crx文件

下载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.                    

扩展基本信息

名称 Ray Peat Styled Ray Peat Styled
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"
            ]
        }
    ]
}