Baseliner

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

Qu'est-ce que Baseliner ?

Baseliner est une extension Chrome développée par https://jpedroribeiro.com, et sa fonction principale est "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Baseliner

Téléchargez les fichiers d'extension Baseliner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Baseliner Baseliner
ID agoopbiflnjadjfbhimhlmcbgmdgldld
URL Officiel https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld
Description Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Taille du Fichier 203 KB
Nombre d'Installations 6,594
Version Actuelle 7.1
Dernière Mise à Jour 2022-11-03
Date de Publication 2020-05-18
Évaluation 4.31/5 Total 45 Évaluations
Développeur https://jpedroribeiro.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.jpedroribeiro.com/
URL de la Page d'Aide https://github.com/jpedroribeiro/Baseliner
Langues Prises en Charge 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"
    ]
}