Flow

Flow - an immersive and organized way to browse the web.

Was ist Flow?

Flow ist eine Chrome-Erweiterung, die von enterflow.app entwickelt wurde, und ihr Hauptmerkmal ist "Flow - an immersive and organized way to browse the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Flow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Flow Flow
ID kjpaaejipgmhdheaiofekfgkkcehdndp
Offizielle URL https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp
Beschreibung Flow - an immersive and organized way to browse the web.
Dateigröße 1.44 MB
Installationsanzahl 443
Aktuelle Version 1.3.2
Letztes Update 2021-03-26
Veröffentlichungsdatum 2020-08-10
Bewertung 4.55/5 Insgesamt 11 Bewertungen
Entwickler enterflow.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://enterflow.app
URL der Datenschutzrichtlinien-Seite https://enterflow.app/privacy
Unterstützte Sprachen 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"
    }
}