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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |