FlowTab

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

什麼是FlowTab?

FlowTab是由Flowshade開發的Chrome擴展程式,該擴展的主要功能是“A beautiful, elegant, and minimalist new tab for your browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FlowTab擴展crx文件

下載FlowTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 FlowTab FlowTab
ID ainabceojclhldicflamfgghhkmmcnlo
官方網址 https://chromewebstore.google.com/detail/flowtab/ainabceojclhldicflamfgghhkmmcnlo
簡介 A beautiful, elegant, and minimalist new tab for your browser.
檔案大小 70.11 KB
安裝次數 74
目前版本 1.4
更新時間 2022-03-11
上架時間 2021-08-02
評分 5.00/5 共 5 次評分
開發者 Flowshade
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/flowshade/flowtab
支援的語言 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"
    ]
}