Flow
Flow - an immersive and organized way to browse the web.
What is Flow?
Flow is a Chrome extension developed by enterflow.app, and its main feature is "Flow - an immersive and organized way to browse the web.".
Extension Screenshots
Download Flow Extension CRX File
Download Flow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Flow |
ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
Official URL | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
Description | Flow - an immersive and organized way to browse the web. |
File Size | 1.44 MB |
Installation Count | 443 |
Current Version | 1.3.2 |
Last Updated | 2021-03-26 |
Publish Date | 2020-08-10 |
Rating | 4.55/5 Total 11 Ratings |
Developer | enterflow.app |
[email protected] | |
Payment Type | free |
Extension Website | https://enterflow.app |
Privacy Policy Page URL | https://enterflow.app/privacy |
Supported Languages | 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" } } |