Placid Tab New Tab Page
A minimal New Tab page
Что такое Placid Tab New Tab Page?
Placid Tab New Tab Page - это расширение Chrome, разработанное https://rileyjshaw.com, и его основная функция - "A minimal New Tab page".
Снимки экрана расширения
Скачать файл CRX расширения Placid Tab New Tab Page
Скачайте файлы расширений Placid Tab New Tab Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A minimal New Tab page.
** New in V2 **
- Now with light AND dark themes!
- Options save automatically
Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.
Configuration:
To assign your links, either
- Click an unassigned quadrant, or
- In the Chrome menu click Tools > Extensions > Placid Tab > Options
Licence: MIT
Project page: https://github.com/rileyjshaw/placid-tab Основная информация о расширении
| Название | |
| ID | mjcblgoejhkkkhgeadejhkpldglnfmcj |
| Официальный URL | https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj |
| Описание | A minimal New Tab page |
| Размер файла | 24.66 KB |
| Количество установок | 154 |
| Текущая Версия | 2.0.0 |
| Последнее Обновление | 2015-10-27 |
| Дата публикации | 2015-10-27 |
| Рейтинг | 5.00/5 Всего 14 оценок |
| Разработчик | https://rileyjshaw.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/rileyjshaw/placid-tab |
| URL страницы помощи | https://github.com/rileyjshaw/placid-tab/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Placid Tab New Tab Page",
"short_name": "Placid Tab",
"version": "2.0.0",
"manifest_version": 2,
"description": "A minimal New Tab page",
"author": "rileyjshaw",
"chrome_url_overrides": {
"newtab": "home.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html"
} | |