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
官方網址 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
    }
}