Flow (Tab Saver)

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

O que é Flow (Tab Saver)?

Flow (Tab Saver) é uma extensão do Chrome desenvolvida por 7 Island Technologies, e sua principal característica é "Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flow (Tab Saver)

Baixe arquivos de extensão Flow (Tab Saver) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Flow (Tab Saver) Flow (Tab Saver)
ID amgcijjmanneecfaibhgbapogdldmalj
URL Oficial https://chromewebstore.google.com/detail/flow-tab-saver/amgcijjmanneecfaibhgbapogdldmalj
Descrição Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!
Tamanho do Arquivo 75.94 KB
Contagem de Instalações 86
Versão Atual 1.1
Última Atualização 2021-01-02
Data de Publicação 2020-12-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor 7 Island Technologies
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}