Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Что такое Baseliner?
Baseliner - это расширение Chrome, разработанное https://jpedroribeiro.com, и его основная функция - "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".
Снимки экрана расширения
Скачать файл CRX расширения Baseliner
Скачайте файлы расширений Baseliner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | agoopbiflnjadjfbhimhlmcbgmdgldld |
| Официальный URL | https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld |
| Описание | Baseliner adds horizontal & vertical lines to help you align your grid to any website. |
| Размер файла | 203 KB |
| Количество установок | 6,594 |
| Текущая Версия | 7.1 |
| Последнее Обновление | 2022-11-03 |
| Дата публикации | 2020-05-18 |
| Рейтинг | 4.31/5 Всего 45 оценок |
| Разработчик | https://jpedroribeiro.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.jpedroribeiro.com/ |
| URL страницы помощи | https://github.com/jpedroribeiro/Baseliner |
| Поддерживаемые языки | 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"
]
} | |