Lofi Tab
New tab to relax/study to
Что такое Lofi Tab?
Lofi Tab - это расширение Chrome, разработанное reynnandev, и его основная функция - "New tab to relax/study to".
Снимки экрана расширения
Скачать файл CRX расширения Lofi Tab
Скачайте файлы расширений Lofi Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With this chrome extension you will be able to have a new tab with background gifs to relax/study to 🖼️🎧
Features:
* Select between 30+ Lofi backgrounds
* Lofi Music from the Lofi Girl: https://www.youtube.com/watch?v=n61ULEU7CO0&t=1s
* Save you favourite background to be your new tab
* Weather Основная информация о расширении
| Название | |
| ID | oidccjhecgdgchankoghgcfkafoeeedn |
| Официальный URL | https://chromewebstore.google.com/detail/lofi-tab/oidccjhecgdgchankoghgcfkafoeeedn |
| Описание | New tab to relax/study to |
| Размер файла | 495 KB |
| Количество установок | 1,032 |
| Текущая Версия | 2.1 |
| Последнее Обновление | 2023-03-28 |
| Дата публикации | 2021-08-31 |
| Рейтинг | 4.79/5 Всего 14 оценок |
| Разработчик | reynnandev |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lofi Tab",
"description": "New tab to relax\/study to",
"version": "2.1",
"manifest_version": 3,
"permissions": [
"geolocation"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons\/lofitab16.png",
"32": "icons\/lofitab32.png",
"48": "icons\/lofitab48.png",
"128": "icons\/lofitab128.png"
}
} | |