Baseliner

Baseliner adds horizontal & vertical lines to help you align your grid to any website.

O que é Baseliner?

Baseliner é uma extensão do Chrome desenvolvida por https://jpedroribeiro.com, e sua principal característica é "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Baseliner

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

                        Adds a horizontal and/or vertical lines on top of any website.

The Baseliner extension adds a fully customisable CSS layer on top of any website to help you align your design and ensure the grid is in place.
--------------------

The best place for support is not in the reviews section below, but on the Baseliner GitHub repo:

https://github.com/jpedroribeiro/Baseliner/issues

Check out full set of features and how to contribute on our GitHub page:

https://github.com/jpedroribeiro/Baseliner                    

Informações Básicas da Extensão

Nome Baseliner Baseliner
ID agoopbiflnjadjfbhimhlmcbgmdgldld
URL Oficial https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld
Descrição Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Tamanho do Arquivo 203 KB
Contagem de Instalações 6,594
Versão Atual 7.1
Última Atualização 2022-11-03
Data de Publicação 2020-05-18
Classificação 4.31/5 Total de 45 Avaliações
Desenvolvedor https://jpedroribeiro.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.jpedroribeiro.com/
URL da Página de Ajuda https://github.com/jpedroribeiro/Baseliner
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Baseliner",
    "short_name": "Baseliner",
    "description": "Baseliner adds horizontal & vertical lines to help you align your grid to any website.",
    "version": "7.1",
    "author": "J. Pedro Ribeiro",
    "homepage_url": "https:\/\/jpedroribeiro.com\/",
    "action": {
        "default_popup": "index.html",
        "default_title": "Baseliner",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}