Flowbar - Chrome Tab Manager

Multi-functional browser organizer & note taking tool.

Flowbar - Chrome Tab Managerとは何ですか?

Flowbar - Chrome Tab Managerはhttps://flowbar.coによって開発されたChromeの拡張機能で、その主な機能は「Multi-functional browser organizer & note taking tool.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Flowbar - Chrome Tab Manager拡張機能のCRXファイルをダウンロード

Flowbar - Chrome Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - Save all open tabs instantly to remove clutter and free up memory.
- Create multiple groups to save most important links for work, hobbies, and any other links that you open every day.
- Save individual tabs into existing groups or create a new one.
- Move your tabs between groups to re-organize.
- Sync all your tabs between different computers by logging in with your Google account.
- Search saved tabs to quickly find what you're looking for.
- Import your Tabs from OneTab extension easily.
- Autosave open tabs

https://flowbar.co                    

拡張機能の基本情報

名前 Flowbar - Chrome Tab Manager Flowbar - Chrome Tab Manager
ID chidlojljmmcgpjapdbkedbbilnjoddg
公式URL https://chromewebstore.google.com/detail/flowbar-chrome-tab-manage/chidlojljmmcgpjapdbkedbbilnjoddg
説明 Multi-functional browser organizer & note taking tool.
ファイルサイズ 27.94 KB
インストール数 3,328
現在のバージョン 2023.5.8
最終更新日 2023-05-16
公開日 2020-05-14
評価 3.82/5 合計 108 レビュー
開発者 https://flowbar.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://flowbar.co
ヘルプページのURL https://flowbar.co
プライバシーポリシーページのURL http://flowbar.co/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flowbar - Chrome Tab Manager",
    "description": "Multi-functional browser organizer & note taking tool.",
    "version": "2023.5.8",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "commands": {
        "save-all": {
            "suggested_key": {
                "default": "Alt+V",
                "mac": "Alt+V",
                "chromeos": "Alt+V",
                "linux": "Alt+V"
            },
            "description": "Save all tabs to general"
        },
        "open-dashboard": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B",
                "chromeos": "Alt+B",
                "linux": "Alt+B"
            },
            "description": "Open Dashboard"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4100\/*",
            "https:\/\/dev-v2app.flowbar.co\/*",
            "https:\/\/app-v2.flowbar.co\/*"
        ]
    }
}