Bento - New Tab Page
displays a new tab page you can fully customize to your needs
Что такое Bento - New Tab Page?
Bento - New Tab Page - это расширение Chrome, разработанное kaisteinke, и его основная функция - "displays a new tab page you can fully customize to your needs".
Снимки экрана расширения
Скачать файл CRX расширения Bento - New Tab Page
Скачайте файлы расширений Bento - New Tab Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A fully customizable new tab page which shows you the time, weather and your favorite links. Everything can be customized in the settings, also the colors. This new tab page features a light and dark mode and the option to add multiple links. You can also easily export and import your settings as a csv file so all devices are fully synchronized. Основная информация о расширении
| Название | |
| ID | bdhpicdiahfbfeejiamoejihononngei |
| Официальный URL | https://chromewebstore.google.com/detail/bento-new-tab-page/bdhpicdiahfbfeejiamoejihononngei |
| Описание | displays a new tab page you can fully customize to your needs |
| Размер файла | 3.61 MB |
| Количество установок | 41 |
| Текущая Версия | 1.8.2 |
| Последнее Обновление | 2023-12-06 |
| Дата публикации | 2021-05-25 |
| Рейтинг | 5.00/5 Всего 5 оценок |
| Разработчик | kaisteinke |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://gitlab.com/kaisteinke/bento |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bento - New Tab Page",
"description": "displays a new tab page you can fully customize to your needs",
"version": "1.8.2",
"author": "Kai Steinke",
"homepage_url": "https:\/\/gitlab.com\/kaisteinke\/bento",
"options_page": "options.html",
"short_name": "Bento",
"icons": {
"16": "icons\/logo\/16.png",
"48": "icons\/logo\/48.png",
"128": "icons\/logo\/128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |