Flow (Tab Saver)

Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!

Cos'è Flow (Tab Saver)?

Flow (Tab Saver) è un'estensione di Chrome sviluppata da 7 Island Technologies, e la sua funzione principale è "Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flow (Tab Saver)

Scarica i file di estensione Flow (Tab Saver) 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

                        Welcome to Flow!

Flow is your bookmark bar reimagined.

Do you:
1. Frequently open set of tabs?
2. Organize your windows and tabs by browsing flows? (Work, Research, Shopping, etc.)
3. Leave tabs and windows open for later?
4. Want to improve battery life and increase your computer’s speed?

With one click, Save, Group and Access your browsing flows. 

Did you know open Google Chrome tabs and windows significantly reduces battery life - even idle ones! This is because it over-utilizes your Device's CPU capacity by allowing tabs to execute scripts in the background, which in turn also makes your device run slower.

Want to avoid this?

Use Flow!

Flow aims to enhance your browsing experience by not only organizing your various flows, but de-clutter your browser User Interface and better allow you to focus on whats in front of you and achieve flow. It also aims to help save these flows for later - be it for work, pleasure or otherwise.

You can access these flows on all devices with Google Chrome by logging into your gmail account associated with Chrome.

We DO NOT collect any user data.

--------------------
What is flow? (not to be confused with the name of this extension)

In positive psychology, a flow state, also known colloquially as being in the zone, is the mental state in which a person performing some activity is fully immersed in a feeling of energized focus, full involvement, and enjoyment in the process of the activity. In essence, flow is characterized by the complete absorption in what one does, and a resulting transformation in one's sense of time.
--------------------

Please leave a review - all feedback is appreciated.

PLEASE NOTE:
ONLY roman alphabets and numerals are accepted. The next iteration aims to support multiple languages.                    

Informazioni di Base sull'Estensione

Nome Flow (Tab Saver) Flow (Tab Saver)
ID amgcijjmanneecfaibhgbapogdldmalj
URL Ufficiale https://chromewebstore.google.com/detail/flow-tab-saver/amgcijjmanneecfaibhgbapogdldmalj
Descrizione Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!
Dimensione del File 75.94 KB
Conteggio Installazioni 86
Versione Corrente 1.1
Ultimo Aggiornamento 2021-01-02
Data di Pubblicazione 2020-12-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 7 Island Technologies
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flow (Tab Saver)",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Flow"
    },
    "icons": {
        "128": "images\/flow-icon.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "activeTab"
    ]
}