Laser Eyes
Outline every element on your website with the help of Laser Eyes
Laser Eyesคืออะไร?
Laser Eyes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://layerworks.com และคุณลักษณะหลักของมันคือ "Outline every element on your website with the help of Laser Eyes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Laser Eyes
ดาวน์โหลดไฟล์ส่วนขยาย Laser Eyes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that aids Front-end Developers by visualizing elements in the DOM. Activating Laser Eyes will inject custom CSS onto the current tab, allowing developers to see how elements align and stack up. By using the CSS "outline" property, as opposed to "border", the elements won't grow in size and the original alignment is preserved. The CSS that Laser Eyes injects is customizable and synced across multiple browsers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
คำอธิบาย | Outline every element on your website with the help of Laser Eyes |
ขนาดไฟล์ | 28.72 KB |
จำนวนการติดตั้ง | 295 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-02-24 |
วันที่เผยแพร่ | 2022-02-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://layerworks.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dthunziker/laser-eyes |
URL หน้าช่วยเหลือ | https://github.com/dthunziker/laser-eyes |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Laser Eyes", "description": "Outline every element on your website with the help of Laser Eyes", "version": "1.0", "manifest_version": 3, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting" ] } |