Flow
Flow - an immersive and organized way to browse the web.
Flowとは何ですか?
Flowはenterflow.appによって開発されたChromeの拡張機能で、その主な機能は「Flow - an immersive and organized way to browse the web.」です。
拡張機能のスクリーンショット
Flow拡張機能のCRXファイルをダウンロード
Flow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Flow is a browser homepage designed to eliminate tab clutter through smarter, more immersive bookmarking.
- Transform your browser windows into workspaces that you can access directly from your new tab.
- Save important windows for later, letting you quickly switch between workstreams.
- Add notes to your workspaces to help you pick up where you left off.
- Eliminate tab clutter and unnecessary memory usage. 拡張機能の基本情報
| 名前 | |
| ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
| 公式URL | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
| 説明 | Flow - an immersive and organized way to browse the web. |
| ファイルサイズ | 1.44 MB |
| インストール数 | 443 |
| 現在のバージョン | 1.3.2 |
| 最終更新日 | 2021-03-26 |
| 公開日 | 2020-08-10 |
| 評価 | 4.55/5 合計 11 レビュー |
| 開発者 | enterflow.app |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://enterflow.app |
| プライバシーポリシーページのURL | https://enterflow.app/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Flow",
"author": "The Fair AI, Inc",
"version": "1.3.2",
"description": "Flow - an immersive and organized way to browse the web.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"incognito": "not_allowed",
"permissions": [
"storage"
],
"optional_permissions": [
"tabs"
],
"background": {
"scripts": [
"background_script.js"
],
"persistent": false
},
"icons": {
"16": "flowicon16.png",
"32": "flowicon32.png",
"48": "flowicon48.png",
"64": "flowicon64.png",
"128": "flowicon128.png"
},
"browser_action": {
"default_icon": {
"16": "flowicon16.png",
"32": "flowicon32.png",
"48": "flowicon48.png",
"64": "flowicon64.png",
"128": "flowicon128.png"
},
"default_popup": "popup.html"
}
} | |