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.
什么是Pesticide for Chrome (without hover bar)?
Pesticide for Chrome (without hover bar)是由bradley.flood开发的Chrome扩展程序,该扩展的主要功能是“This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.”。
扩展截图
下载Pesticide for Chrome (without hover bar)扩展crx文件
下载Pesticide for Chrome (without hover bar)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Pesticide for Chrome (without hover bar) |
ID | neonnmencpneifkhlmhmfhfiklgjmloi |
官方URL | https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi |
简介 | This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page. |
文件大小 | 23.33 KB |
安装次数 | 95,793 |
当前版本 | 1.0.2 |
更新时间 | 2015-11-04 |
上架时间 | 2015-11-03 |
评分 | 4.05/5 共43次评分 |
开发者 | bradley.flood |
付费类型 | free |
扩展官网 | https://github.com/bradleyflood/pesticide-without-hover-bar |
支持的语言 | 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" ] } |