FlowTab

A beautiful, elegant, and minimalist new tab for your browser.

Was ist FlowTab?

FlowTab ist eine Chrome-Erweiterung, die von Flowshade entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful, elegant, and minimalist new tab for your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FlowTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie FlowTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        👋 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.                    

Grundlegende Informationen zur Erweiterung

Name FlowTab FlowTab
ID ainabceojclhldicflamfgghhkmmcnlo
Offizielle URL https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo
Beschreibung A beautiful, elegant, and minimalist new tab for your browser.
Dateigröße 70.11 KB
Installationsanzahl 74
Aktuelle Version 1.4
Letztes Update 2022-03-11
Veröffentlichungsdatum 2021-08-02
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Flowshade
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/flowshade/flowtab
Unterstützte Sprachen 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"
    ]
}