Laser Eyes
Outline every element on your website with the help of Laser Eyes
Cos'è Laser Eyes?
Laser Eyes è un'estensione di Chrome sviluppata da https://layerworks.com, e la sua funzione principale è "Outline every element on your website with the help of Laser Eyes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Laser Eyes
Scarica i file di estensione Laser Eyes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Laser Eyes |
ID | kfpknakmpilhdaoiecgelegmbadacmod |
URL Ufficiale | https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod |
Descrizione | Outline every element on your website with the help of Laser Eyes |
Dimensione del File | 28.72 KB |
Conteggio Installazioni | 295 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-02-24 |
Data di Pubblicazione | 2022-02-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://layerworks.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dthunziker/laser-eyes |
URL della Pagina di Aiuto | https://github.com/dthunziker/laser-eyes |
Lingue Supportate | 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" ] } |