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.
扩展基本信息
名称 | Flow |
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 |
电子邮箱 | [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" } } |