Laser Eyes

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

Qu'est-ce que Laser Eyes ?

Laser Eyes est une extension Chrome développée par https://layerworks.com, et sa fonction principale est "Outline every element on your website with the help of Laser Eyes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Laser Eyes

Téléchargez les fichiers d'extension Laser Eyes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Laser Eyes Laser Eyes
ID kfpknakmpilhdaoiecgelegmbadacmod
URL Officiel https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod
Description Outline every element on your website with the help of Laser Eyes
Taille du Fichier 28.72 KB
Nombre d'Installations 295
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-24
Date de Publication 2022-02-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://layerworks.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dthunziker/laser-eyes
URL de la Page d'Aide https://github.com/dthunziker/laser-eyes
Langues Prises en Charge 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"
    ]
}