Ray Peat Styled
Restores original css to raypeat.com
Что такое Ray Peat Styled?
Ray Peat Styled - это расширение Chrome, разработанное https://life-unchained.net, и его основная функция - "Restores original css to raypeat.com".
Снимки экрана расширения
Скачать файл CRX расширения Ray Peat Styled
Скачайте файлы расширений 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 |
Электронная почта | [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" ] } ] } |