Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Was ist Baseliner?
Baseliner ist eine Chrome-Erweiterung, die von https://jpedroribeiro.com entwickelt wurde, und ihr Hauptmerkmal ist "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".
Erweiterungsscreenshots
Baseliner-Erweiterungs-CRX-Datei herunterladen
Laden Sie Baseliner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | agoopbiflnjadjfbhimhlmcbgmdgldld |
| Offizielle URL | https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld |
| Beschreibung | Baseliner adds horizontal & vertical lines to help you align your grid to any website. |
| Dateigröße | 203 KB |
| Installationsanzahl | 6,594 |
| Aktuelle Version | 7.1 |
| Letztes Update | 2022-11-03 |
| Veröffentlichungsdatum | 2020-05-18 |
| Bewertung | 4.31/5 Insgesamt 45 Bewertungen |
| Entwickler | https://jpedroribeiro.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.jpedroribeiro.com/ |
| Hilfeseite URL | https://github.com/jpedroribeiro/Baseliner |
| Unterstützte Sprachen | 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"
]
} | |