Pesticide for Chrome
This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.
Pesticide for Chrome là gì?
Pesticide for Chrome là một tiện ích mở rộng Chrome được phát triển bởi londonappbrewery, 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
Tải xuống các tệp mở rộng Pesticide for Chrome 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
This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page. This is a forked copy of Pesticide created originally by Adam Morse: https://github.com/mrmrs/pesticide This copy of Pesticide is created for students on the Complete Web Development Bootcamp by Dr. Angela Yu. https://www.udemy.com/course/the-complete-web-development-bootcamp/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pesticide for Chrome |
ID | bakpbgckdnepkmkeaiomhmfcnejndkbi |
URL Chính Thức | https://chromewebstore.google.com/detail/pesticide-for-chrome/bakpbgckdnepkmkeaiomhmfcnejndkbi |
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 | 24.81 KB |
Số Lần Cài Đặt | 320,694 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-11-09 |
Ngày Phát Hành | 2021-11-08 |
Đánh Giá | 4.68/5 Tổng số 62 Đánh Giá |
Nhà Phát Triển | londonappbrewery |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.udemy.com/course/the-complete-web-development-bootcamp/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pesticide for Chrome", "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.1", "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", "pesticide.js" ] } |