FlowTab

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

FlowTab là gì?

FlowTab là một tiện ích mở rộng Chrome được phát triển bởi Flowshade, và tính năng chính của nó là "A beautiful, elegant, and minimalist new tab for your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FlowTab

Tải xuống các tệp mở rộng FlowTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FlowTab FlowTab
ID ainabceojclhldicflamfgghhkmmcnlo
URL Chính Thức https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo
Mô tả A beautiful, elegant, and minimalist new tab for your browser.
Kích Thước Tệp 70.11 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2021-08-02
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Flowshade
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/flowshade/flowtab
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}