Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Co je Baseliner?
Baseliner je rozšíření Chrome vyvinuté https://jpedroribeiro.com, a jeho hlavní funkcí je „Baseliner adds horizontal & vertical lines to help you align your grid to any website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Baseliner
Stáhněte si soubory rozšíření Baseliner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Baseliner |
ID | agoopbiflnjadjfbhimhlmcbgmdgldld |
Oficiální URL | https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld |
Popis | Baseliner adds horizontal & vertical lines to help you align your grid to any website. |
Velikost souboru | 203 KB |
Počet instalací | 6,594 |
Aktuální Verze | 7.1 |
Poslední Aktualizace | 2022-11-03 |
Datum Vydání | 2020-05-18 |
Hodnocení | 4.31/5 Celkem 45 Hodnocení |
Vývojář | https://jpedroribeiro.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.jpedroribeiro.com/ |
URL Stránky Nápovědy | https://github.com/jpedroribeiro/Baseliner |
Podporované Jazyky | 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" ] } |