Stylizer
Give websites user-defined CSS's.
O que é Stylizer?
Stylizer é uma extensão do Chrome desenvolvida por alchen, e sua principal característica é "Give websites user-defined CSS's.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stylizer
Baixe arquivos de extensão Stylizer 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
Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that. Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.
Informações Básicas da Extensão
Nome | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
URL Oficial | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Descrição | Give websites user-defined CSS's. |
Tamanho do Arquivo | 49.52 KB |
Contagem de Instalações | 185 |
Versão Atual | 1.1 |
Última Atualização | 2018-02-13 |
Data de Publicação | 2018-02-13 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | alchen |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/alchen/stylizer |
URL da Página de Ajuda | https://github.com/alchen/stylizer/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stylizer", "description": "Give websites user-defined CSS's.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |