Laser Eyes

Outline every element on your website with the help of Laser Eyes

Was ist Laser Eyes?

Laser Eyes ist eine Chrome-Erweiterung, die von https://layerworks.com entwickelt wurde, und ihr Hauptmerkmal ist "Outline every element on your website with the help of Laser Eyes".

Erweiterungsscreenshots

screenshot

Laser Eyes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Laser Eyes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Laser Eyes Laser Eyes
ID kfpknakmpilhdaoiecgelegmbadacmod
Offizielle URL https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod
Beschreibung Outline every element on your website with the help of Laser Eyes
Dateigröße 28.72 KB
Installationsanzahl 295
Aktuelle Version 1.0
Letztes Update 2022-02-24
Veröffentlichungsdatum 2022-02-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://layerworks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/dthunziker/laser-eyes
Hilfeseite URL https://github.com/dthunziker/laser-eyes
Unterstützte Sprachen 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"
    ]
}