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
官方URL 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"
    ]
}