Flow
Flow - an immersive and organized way to browse the web.
Wat is Flow?
Flow is een Chrome-extensie ontwikkeld door enterflow.app, en de belangrijkste functie is "Flow - an immersive and organized way to browse the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flow
Download Flow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
| Officiële URL | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
| Beschrijving | Flow - an immersive and organized way to browse the web. |
| Bestandsgrootte | 1.44 MB |
| Aantal Installaties | 443 |
| Huidige Versie | 1.3.2 |
| Laatst Bijgewerkt | 2021-03-26 |
| Publicatiedatum | 2020-08-10 |
| Beoordeling | 4.55/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | enterflow.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://enterflow.app |
| URL van de Privacybeleid Pagina | https://enterflow.app/privacy |
| Ondersteunde Talen | 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"
}
} | |