Baseliner

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

Hvad er Baseliner?

Baseliner er en Chrome-udvidelse udviklet af https://jpedroribeiro.com, og dens hovedfunktion er "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Baseliner-udvidelses-CRX-fil

Download Baseliner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Baseliner Baseliner
ID agoopbiflnjadjfbhimhlmcbgmdgldld
Officiel URL https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld
Beskrivelse Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Filstørrelse 203 KB
Antal Installationer 6,594
Nuværende Version 7.1
Senest Opdateret 2022-11-03
Udgivelsesdato 2020-05-18
Bedømmelse 4.31/5 Samlet 45 Bedømmelser
Udvikler https://jpedroribeiro.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.jpedroribeiro.com/
Hjælpeside-URL https://github.com/jpedroribeiro/Baseliner
Understøttede Sprog 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"
    ]
}