Tab Flow

Tab Flow allows you the freedom to move through your tabs with ease.

Tab Flowとは何ですか?

Tab FlowはDavid Youngによって開発されたChromeの拡張機能で、その主な機能は「Tab Flow allows you the freedom to move through your tabs with ease.」です。

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

screenshot
screenshot

Tab Flow拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tab Flow: The path of least resistance

Tab Flow is an extension for Google Chrome that allows you to better manage your open tabs.

- Type something into the search box (e.g. youtube) to filter by all tabs that mention "youtube"
    - Don't worry about capitalization
- If you want to search by the URL instead of the title, check the box for "Use URLs"
- If you click the link of a tab, you'll be redirected to that tab
- Clicking "Bookmark" will bookmark the current list of tabs into a new folder on the Bookmark Bar
    - The new folder will have the current date and time to keep things separated
- Clicking "Move" will move the current list of tabs to a new window
    - This is handy for keeping work/school/personal life separate
- Clicking "Close" will (of course) close the current list of tabs
    - There's no "Re-Open" button, so be sure you want to close them                    

拡張機能の基本情報

名前 Tab Flow Tab Flow
ID pfhnncnieignceheeojlnpfhkblicdjd
公式URL https://chromewebstore.google.com/detail/tab-flow/pfhnncnieignceheeojlnpfhkblicdjd
説明 Tab Flow allows you the freedom to move through your tabs with ease.
ファイルサイズ 37.25 KB
インストール数 21
現在のバージョン 1.1.2
最終更新日 2017-08-12
公開日 2017-08-11
開発者 David Young
支払い方法 free
拡張機能のウェブサイト http://davidyoung604.github.io/tabflow.html
ヘルプページのURL https://github.com/davidyoung604/Tab-Flow/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Flow",
    "version": "1.1.2",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "description": "Tab Flow allows you the freedom to move through your tabs with ease.",
    "icons": {
        "48": "images\/Tab Flow (48px).png",
        "128": "images\/Tab Flow (128px).png"
    },
    "browser_action": {
        "default_title": "Tab Flow",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/Tab Flow (19px).png",
            "38": "images\/Tab Flow (38px).png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}