Laser Eyes
Outline every element on your website with the help of Laser Eyes
Wat is Laser Eyes?
Laser Eyes is een Chrome-extensie ontwikkeld door https://layerworks.com, en de belangrijkste functie is "Outline every element on your website with the help of Laser Eyes".
Extensie Screenshots
Download het CRX-bestand van de extensie Laser Eyes
Download Laser Eyes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
Officiële URL | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
Beschrijving | Outline every element on your website with the help of Laser Eyes |
Bestandsgrootte | 28.72 KB |
Aantal Installaties | 295 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-02-24 |
Publicatiedatum | 2022-02-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://layerworks.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/dthunziker/laser-eyes |
Help Pagina-URL | https://github.com/dthunziker/laser-eyes |
Ondersteunde Talen | 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" ] } |