Flow
Flow - an immersive and organized way to browse the web.
Qu'est-ce que Flow ?
Flow est une extension Chrome développée par enterflow.app, et sa fonction principale est "Flow - an immersive and organized way to browse the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flow
Téléchargez les fichiers d'extension Flow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Flow |
ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
URL Officiel | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
Description | Flow - an immersive and organized way to browse the web. |
Taille du Fichier | 1.44 MB |
Nombre d'Installations | 443 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2021-03-26 |
Date de Publication | 2020-08-10 |
Évaluation | 4.55/5 Total 11 Évaluations |
Développeur | enterflow.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://enterflow.app |
URL de la Page de Politique de Confidentialité | https://enterflow.app/privacy |
Langues Prises en Charge | 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" } } |