FlowTab
A beautiful, elegant, and minimalist new tab for your browser.
Wat is FlowTab?
FlowTab is een Chrome-extensie ontwikkeld door Flowshade, en de belangrijkste functie is "A beautiful, elegant, and minimalist new tab for your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie FlowTab
Download FlowTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
👋 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. Basisinformatie over de Extensie
| Naam | |
| ID | ainabceojclhldicflamfgghhkmmcnlo |
| Officiële URL | https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo |
| Beschrijving | A beautiful, elegant, and minimalist new tab for your browser. |
| Bestandsgrootte | 70.11 KB |
| Aantal Installaties | 74 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2022-03-11 |
| Publicatiedatum | 2021-08-02 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Flowshade |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/flowshade/flowtab |
| Ondersteunde Talen | 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"
]
} | |