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.
Qu'est-ce que Pesticide for Chrome (without hover bar) ?
Pesticide for Chrome (without hover bar) est une extension Chrome développée par bradley.flood, et sa fonction principale est "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pesticide for Chrome (without hover bar)
Téléchargez les fichiers d'extension Pesticide for Chrome (without hover bar) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Pesticide for Chrome (without hover bar) |
ID | neonnmencpneifkhlmhmfhfiklgjmloi |
URL Officiel | https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi |
Description | This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page. |
Taille du Fichier | 23.33 KB |
Nombre d'Installations | 95,793 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-11-04 |
Date de Publication | 2015-11-03 |
Évaluation | 4.05/5 Total 43 Évaluations |
Développeur | bradley.flood |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bradleyflood/pesticide-without-hover-bar |
Langues Prises en Charge | 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" ] } |