Flow
Flow - an immersive and organized way to browse the web.
Vad är Flow?
Flow är en Chrome-tillägg utvecklad av enterflow.app, och dess huvudfunktion är "Flow - an immersive and organized way to browse the web.".
Tilläggsskärmbilder
Ladda ner Flow-förlängningens CRX-fil
Ladda ner Flow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Flow |
ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
Officiell webbadress | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
Beskrivning | Flow - an immersive and organized way to browse the web. |
Filstorlek | 1.44 MB |
Antal Installationer | 443 |
Aktuell Version | 1.3.2 |
Senast Uppdaterad | 2021-03-26 |
Publiceringsdatum | 2020-08-10 |
Betyg | 4.55/5 Totalt 11 Betyg |
Utvecklare | enterflow.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://enterflow.app |
URL till Sekretesspolicy Sidan | https://enterflow.app/privacy |
Stödda Språk | 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" } } |