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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } ] } |