Pesticide for Chrome (without hover bar)
This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.
O que é Pesticide for Chrome (without hover bar)?
Pesticide for Chrome (without hover bar) é uma extensão do Chrome desenvolvida por bradley.flood, e sua principal característica é "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pesticide for Chrome (without hover bar)
Baixe arquivos de extensão Pesticide for Chrome (without hover bar) 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
Forked version of Pesticide which removes the black hover bar overlay. This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page. Pesticide is an open source CSS tool created by Adam Morse and available for download, forking on Github at https://github.com/mrmrs/pesticide This forked version is located at: https://github.com/bradleyflood/pesticide-without-hover-bar You can follow Paul here: https://twitter.com/paulmolluzzo
Informações Básicas da Extensão
Nome | Pesticide for Chrome (without hover bar) |
ID | neonnmencpneifkhlmhmfhfiklgjmloi |
URL Oficial | https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi |
Descrição | This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page. |
Tamanho do Arquivo | 23.33 KB |
Contagem de Instalações | 95,793 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-11-04 |
Data de Publicação | 2015-11-03 |
Classificação | 4.05/5 Total de 43 Avaliações |
Desenvolvedor | bradley.flood |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bradleyflood/pesticide-without-hover-bar |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pesticide for Chrome (without hover bar)", "short_name": "Pesticide", "description": "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.", "version": "1.0.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "pesticide-injector.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle Pesticide", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "web_accessible_resources": [ "pesticide.min.css" ] } |