CSS Gradient Inspector
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.
O que é CSS Gradient Inspector?
CSS Gradient Inspector é uma extensão do Chrome desenvolvida por Rafael Caricio, e sua principal característica é "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CSS Gradient Inspector
Baixe arquivos de extensão CSS Gradient Inspector 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
Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. You can also toggle every element's gradient like different layers. It's useful for debugging. This project is open source and you can follow more updates at the GitHub repository: https://github.com/rafaelcaricio/gradient-inspector If you have any feedback, please create an issue at https://github.com/rafaelcaricio/gradient-inspector/issues
Informações Básicas da Extensão
Nome | CSS Gradient Inspector |
ID | blklpjonlhpakchaahdnkcjkfmccmdik |
URL Oficial | https://chromewebstore.google.com/detail/css-gradient-inspector/blklpjonlhpakchaahdnkcjkfmccmdik |
Descrição | Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element. |
Tamanho do Arquivo | 284 KB |
Contagem de Instalações | 1,792 |
Versão Atual | 0.2.0 |
Última Atualização | 2014-10-01 |
Data de Publicação | 2014-10-01 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Rafael Caricio |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rafaelcaricio/gradient-inspector |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Gradient Inspector", "version": "0.2.0", "description": "Extends the Developer Tools, adding a sidebar that displays information about the gradients applied to the inspected element.", "devtools_page": "devtools.html", "manifest_version": 2, "icons": { "16": "img\/pretty_logo_x16.png", "48": "img\/pretty_logo_x48.png", "128": "img\/pretty_logo_x128.png" } } |