Laser Eyes

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

Co je Laser Eyes?

Laser Eyes je rozšíření Chrome vyvinuté https://layerworks.com, a jeho hlavní funkcí je „Outline every element on your website with the help of Laser Eyes“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Laser Eyes

Stáhněte si soubory rozšíření Laser Eyes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Laser Eyes Laser Eyes
ID kfpknakmpilhdaoiecgelegmbadacmod
Oficiální URL https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod
Popis Outline every element on your website with the help of Laser Eyes
Velikost souboru 28.72 KB
Počet instalací 295
Aktuální Verze 1.0
Poslední Aktualizace 2022-02-24
Datum Vydání 2022-02-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://layerworks.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/dthunziker/laser-eyes
URL Stránky Nápovědy https://github.com/dthunziker/laser-eyes
Podporované Jazyky 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"
    ]
}