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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |