Flow (Tab Saver)

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

什么是Flow (Tab Saver)?

Flow (Tab Saver)是由7 Island Technologies开发的Chrome扩展程序,该扩展的主要功能是“Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Flow (Tab Saver)扩展crx文件

下载Flow (Tab Saver)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Flow (Tab Saver) Flow (Tab Saver)
ID amgcijjmanneecfaibhgbapogdldmalj
官方URL https://chromewebstore.google.com/detail/flow-tab-saver/amgcijjmanneecfaibhgbapogdldmalj
简介 Use Flow to save, group and open browsing flows! You can use it for work, research, shopping and beyond!
文件大小 75.94 KB
安装次数 86
当前版本 1.1
更新时间 2021-01-02
上架时间 2020-12-22
评分 5.00/5 共1次评分
开发者 7 Island Technologies
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}