FlowTab
A beautiful, elegant, and minimalist new tab for your browser.
Apa itu FlowTab?
FlowTab adalah ekstensi Chrome yang dikembangkan oleh Flowshade, dan fitur utamanya adalah "A beautiful, elegant, and minimalist new tab for your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FlowTab
Unduh file ekstensi FlowTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
👋 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.
Informasi Dasar Ekstensi
Nama | FlowTab |
ID | ainabceojclhldicflamfgghhkmmcnlo |
URL Resmi | https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo |
Deskripsi | A beautiful, elegant, and minimalist new tab for your browser. |
Ukuran File | 70.11 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2022-03-11 |
Tanggal Publikasi | 2021-08-02 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Flowshade |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/flowshade/flowtab |
Bahasa yang Didukung | 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" ] } |