Laser Eyes

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

Hvad er Laser Eyes?

Laser Eyes er en Chrome-udvidelse udviklet af https://layerworks.com, og dens hovedfunktion er "Outline every element on your website with the help of Laser Eyes".

Udvidelsesskærmbilleder

screenshot

Download Laser Eyes-udvidelses-CRX-fil

Download Laser Eyes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Laser Eyes Laser Eyes
ID kfpknakmpilhdaoiecgelegmbadacmod
Officiel URL https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod
Beskrivelse Outline every element on your website with the help of Laser Eyes
Filstørrelse 28.72 KB
Antal Installationer 295
Nuværende Version 1.0
Senest Opdateret 2022-02-24
Udgivelsesdato 2022-02-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://layerworks.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/dthunziker/laser-eyes
Hjælpeside-URL https://github.com/dthunziker/laser-eyes
Understøttede Sprog 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"
    ]
}