Laser Eyes

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

O que é Laser Eyes?

Laser Eyes é uma extensão do Chrome desenvolvida por https://layerworks.com, e sua principal característica é "Outline every element on your website with the help of Laser Eyes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Laser Eyes

Baixe arquivos de extensão Laser Eyes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Laser Eyes Laser Eyes
ID kfpknakmpilhdaoiecgelegmbadacmod
URL Oficial https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod
Descrição Outline every element on your website with the help of Laser Eyes
Tamanho do Arquivo 28.72 KB
Contagem de Instalações 295
Versão Atual 1.0
Última Atualização 2022-02-24
Data de Publicação 2022-02-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://layerworks.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dthunziker/laser-eyes
URL da Página de Ajuda https://github.com/dthunziker/laser-eyes
Idiomas Suportados 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"
    ]
}