Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Co to jest Baseliner?
Baseliner to rozszerzenie Chrome opracowane przez https://jpedroribeiro.com, a jego główną funkcją jest „Baseliner adds horizontal & vertical lines to help you align your grid to any website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Baseliner
Pobierz pliki rozszerzeń Baseliner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | agoopbiflnjadjfbhimhlmcbgmdgldld |
| Oficjalny URL | https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld |
| Opis | Baseliner adds horizontal & vertical lines to help you align your grid to any website. |
| Rozmiar pliku | 203 KB |
| Liczba instalacji | 6,594 |
| Aktualna Wersja | 7.1 |
| Ostatnia Aktualizacja | 2022-11-03 |
| Data Publikacji | 2020-05-18 |
| Ocena | 4.31/5 Łącznie 45 Oceny |
| Deweloper | https://jpedroribeiro.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.jpedroribeiro.com/ |
| Adres URL Strony Pomocy | https://github.com/jpedroribeiro/Baseliner |
| Obsługiwane Języki | 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"
]
} | |