Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

O que é Guides?

Guides é uma extensão do Chrome desenvolvida por Stefano Vollono, e sua principal característica é "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Guides

Baixe arquivos de extensão Guides 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

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

Informações Básicas da Extensão

Nome Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
URL Oficial https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
Descrição This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Tamanho do Arquivo 14.65 KB
Contagem de Instalações 2,014
Versão Atual 2.1.1
Última Atualização 2022-03-22
Data de Publicação 2017-06-24
Classificação 4.20/5 Total de 10 Avaliações
Desenvolvedor Stefano Vollono
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/StefanoVollono/guides
URL da Página de Ajuda https://github.com/StefanoVollono/guides/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}