FlowTab
A beautiful, elegant, and minimalist new tab for your browser.
Cos'è FlowTab?
FlowTab è un'estensione di Chrome sviluppata da Flowshade, e la sua funzione principale è "A beautiful, elegant, and minimalist new tab for your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FlowTab
Scarica i file di estensione FlowTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
👋 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.
Informazioni di Base sull'Estensione
Nome | FlowTab |
ID | ainabceojclhldicflamfgghhkmmcnlo |
URL Ufficiale | https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo |
Descrizione | A beautiful, elegant, and minimalist new tab for your browser. |
Dimensione del File | 70.11 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-03-11 |
Data di Pubblicazione | 2021-08-02 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Flowshade |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/flowshade/flowtab |
Lingue Supportate | 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" ] } |