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) là gì?
Pesticide for Chrome (without hover bar) là một tiện ích mở rộng Chrome được phát triển bởi bradley.flood, và tính năng chính của nó là "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pesticide for Chrome (without hover bar)
Tải xuống các tệp mở rộng Pesticide for Chrome (without hover bar) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pesticide for Chrome (without hover bar) |
ID | neonnmencpneifkhlmhmfhfiklgjmloi |
URL Chính Thức | https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi |
Mô tả | This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page. |
Kích Thước Tệp | 23.33 KB |
Số Lần Cài Đặt | 95,793 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2015-11-04 |
Ngày Phát Hành | 2015-11-03 |
Đánh Giá | 4.05/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | bradley.flood |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bradleyflood/pesticide-without-hover-bar |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |