Baseliner

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

Wat is Baseliner?

Baseliner is een Chrome-extensie ontwikkeld door https://jpedroribeiro.com, en de belangrijkste functie is "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Baseliner

Download Baseliner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Baseliner Baseliner
ID agoopbiflnjadjfbhimhlmcbgmdgldld
Officiële URL https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld
Beschrijving Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Bestandsgrootte 203 KB
Aantal Installaties 6,594
Huidige Versie 7.1
Laatst Bijgewerkt 2022-11-03
Publicatiedatum 2020-05-18
Beoordeling 4.31/5 Totaal 45 Beoordelingen
Ontwikkelaar https://jpedroribeiro.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.jpedroribeiro.com/
Help Pagina-URL https://github.com/jpedroribeiro/Baseliner
Ondersteunde Talen 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"
    ]
}