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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bradley.flood และคุณลักษณะหลักของมันคือ "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pesticide for Chrome (without hover bar)
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |