Laser Eyes
Outline every element on your website with the help of Laser Eyes
Laser Eyes là gì?
Laser Eyes là một tiện ích mở rộng Chrome được phát triển bởi https://layerworks.com, và tính năng chính của nó là "Outline every element on your website with the help of Laser Eyes".
Ả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 Laser Eyes
Tải xuống các tệp mở rộng Laser Eyes 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
URL Chính Thức | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
Mô tả | Outline every element on your website with the help of Laser Eyes |
Kích Thước Tệp | 28.72 KB |
Số Lần Cài Đặt | 295 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-02-24 |
Ngày Phát Hành | 2022-02-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://layerworks.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dthunziker/laser-eyes |
URL Trang Trợ Giúp | https://github.com/dthunziker/laser-eyes |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |