Flow

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

Cos'è Flow?

Flow è un'estensione di Chrome sviluppata da enterflow.app, e la sua funzione principale è "Flow - an immersive and organized way to browse the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flow

Scarica i file di estensione Flow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flow Flow
ID kjpaaejipgmhdheaiofekfgkkcehdndp
URL Ufficiale https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp
Descrizione Flow - an immersive and organized way to browse the web.
Dimensione del File 1.44 MB
Conteggio Installazioni 443
Versione Corrente 1.3.2
Ultimo Aggiornamento 2021-03-26
Data di Pubblicazione 2020-08-10
Valutazione 4.55/5 Totale 11 Valutazioni
Sviluppatore enterflow.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://enterflow.app
URL della Pagina della Politica sulla Privacy https://enterflow.app/privacy
Lingue Supportate 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"
    }
}