Ray Peat Styled
Restores original css to raypeat.com
Vad är Ray Peat Styled?
Ray Peat Styled är en Chrome-tillägg utvecklad av https://life-unchained.net, och dess huvudfunktion är "Restores original css to raypeat.com".
Tilläggsskärmbilder
Ladda ner Ray Peat Styled-förlängningens CRX-fil
Ladda ner Ray Peat Styled-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lmmdaaknmobjkebncemnchleoimfjnkp |
Officiell webbadress | https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp |
Beskrivning | Restores original css to raypeat.com |
Filstorlek | 25.15 KB |
Antal Installationer | 70 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-10-13 |
Publiceringsdatum | 2023-10-12 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://life-unchained.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/life-unchained/Ray-Peat-Styled |
Stödda Språk | 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" ] } ] } |