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
Eメール [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"
    ]
}