Laser Eyes
Outline every element on your website with the help of Laser Eyes
¿Qué es Laser Eyes?
Laser Eyes es una extensión de Chrome desarrollada por https://layerworks.com, y su función principal es "Outline every element on your website with the help of Laser Eyes".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Laser Eyes
Descarga archivos de extensión Laser Eyes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
URL Oficial | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
Descripción | Outline every element on your website with the help of Laser Eyes |
Tamaño del Archivo | 28.72 KB |
Cantidad de Instalaciones | 295 |
Versión Actual | 1.0 |
Última Actualización | 2022-02-24 |
Fecha de Publicación | 2022-02-24 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://layerworks.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/dthunziker/laser-eyes |
URL de la Página de Ayuda | https://github.com/dthunziker/laser-eyes |
Idiomas Soportados | 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" ] } |