User CSS
A quick and easy way to add custom CSS to the current web site.
O que é User CSS?
User CSS é uma extensão do Chrome desenvolvida por https://dimox.name, e sua principal característica é "A quick and easy way to add custom CSS to the current web site.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão User CSS
Baixe arquivos de extensão User CSS 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
Insert your custom CSS code to the current web site and you will see the changes immediately. How to use: 1. Press the extension button to display the CSS editor. 2. Write your custom CSS. 3. Enjoy the result. 4. Press the extension button to hide the CSS editor. Button shows a green indicator, when current web site has custom CSS. The extension uses CodeMirror to highlight code and supports the Emmet toolkit.
Informações Básicas da Extensão
Nome | User CSS |
ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
URL Oficial | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
Descrição | A quick and easy way to add custom CSS to the current web site. |
Tamanho do Arquivo | 298 KB |
Contagem de Instalações | 61,801 |
Versão Atual | 2.2 |
Última Atualização | 2017-10-24 |
Data de Publicação | 2017-10-22 |
Classificação | 3.60/5 Total de 248 Avaliações |
Desenvolvedor | https://dimox.name |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User CSS", "description": "A quick and easy way to add custom CSS to the current web site.", "version": "2.2", "browser_action": { "default_icon": "icon-19.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "js\/background.js", "js\/hot-reload.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |