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.
Co je Pesticide for Chrome (without hover bar)?
Pesticide for Chrome (without hover bar) je rozšíření Chrome vyvinuté bradley.flood, a jeho hlavní funkcí je „This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pesticide for Chrome (without hover bar)
Stáhněte si soubory rozšíření Pesticide for Chrome (without hover bar) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Pesticide for Chrome (without hover bar) |
ID | neonnmencpneifkhlmhmfhfiklgjmloi |
Oficiální URL | https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi |
Popis | This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page. |
Velikost souboru | 23.33 KB |
Počet instalací | 95,793 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2015-11-04 |
Datum Vydání | 2015-11-03 |
Hodnocení | 4.05/5 Celkem 43 Hodnocení |
Vývojář | bradley.flood |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/bradleyflood/pesticide-without-hover-bar |
Podporované Jazyky | 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" ] } |