Flow (Tab Saver)

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

Qu'est-ce que Flow (Tab Saver) ?

Flow (Tab Saver) est une extension Chrome développée par 7 Island Technologies, et sa fonction principale est "Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Flow (Tab Saver)

Téléchargez les fichiers d'extension Flow (Tab Saver) 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

                        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.                    

Informations de Base sur l'Extension

Nom Flow (Tab Saver) Flow (Tab Saver)
ID amgcijjmanneecfaibhgbapogdldmalj
URL Officiel https://chromewebstore.google.com/detail/flow-tab-saver/amgcijjmanneecfaibhgbapogdldmalj
Description Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!
Taille du Fichier 75.94 KB
Nombre d'Installations 86
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-02
Date de Publication 2020-12-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur 7 Island Technologies
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}