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
官方網址 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"
            ]
        }
    ]
}