FlowTab
A beautiful, elegant, and minimalist new tab for your browser.
Что такое FlowTab?
FlowTab - это расширение Chrome, разработанное Flowshade, и его основная функция - "A beautiful, elegant, and minimalist new tab for your browser.".
Снимки экрана расширения
Скачать файл CRX расширения FlowTab
Скачайте файлы расширений FlowTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
👋 Thanks for checking out FlowTab!
Experience elegance and minimalism like never before in a clean new tab for your browser. Keep a modern look without sacrificing your productivity, and customize to make FlowTab just the way you like it.
⭐ What's new in v1.4?
- Bug fixes
- Transparency Effects
- New, clean font
✅ Features include:
- Custom quick links
- Custom wallpaper from URL
- Dark, light, and custom theme
- Selection of 5 search engines
- 12 and 24 hour time format
Check out our GitHub (https://github.com/flowshade/flowtab) to post issues and see what we used to make this project. Основная информация о расширении
| Название | |
| ID | ainabceojclhldicflamfgghhkmmcnlo |
| Официальный URL | https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo |
| Описание | A beautiful, elegant, and minimalist new tab for your browser. |
| Размер файла | 70.11 KB |
| Количество установок | 74 |
| Текущая Версия | 1.4 |
| Последнее Обновление | 2022-03-11 |
| Дата публикации | 2021-08-02 |
| Рейтинг | 5.00/5 Всего 5 оценок |
| Разработчик | Flowshade |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы помощи | https://github.com/flowshade/flowtab |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FlowTab",
"description": "A beautiful, elegant, and minimalist new tab for your browser.",
"version": "1.4",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "pages\/dashboard.html"
},
"icons": {
"16": "assets\/logo16.png",
"48": "assets\/logo48.png",
"128": "assets\/logo128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"topSites"
]
} | |