Ray Peat Styled
Restores original css to raypeat.com
O que é Ray Peat Styled?
Ray Peat Styled é uma extensão do Chrome desenvolvida por https://life-unchained.net, e sua principal característica é "Restores original css to raypeat.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ray Peat Styled
Baixe arquivos de extensão Ray Peat Styled no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lmmdaaknmobjkebncemnchleoimfjnkp |
URL Oficial | https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp |
Descrição | Restores original css to raypeat.com |
Tamanho do Arquivo | 25.15 KB |
Contagem de Instalações | 70 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-10-13 |
Data de Publicação | 2023-10-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://life-unchained.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/life-unchained/Ray-Peat-Styled |
Idiomas Suportados | 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" ] } ] } |