Tab Manager

Quickly and conveniently manage your open tabs

什麼是Tab Manager?

Tab Manager是由joshperry開發的Chrome擴展程式,該擴展的主要功能是“Quickly and conveniently manage your open tabs”。

擴展截圖

screenshot
screenshot

下載Tab Manager擴展crx文件

下載Tab Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Manipulate, sort, and search through all of your open tabs!

This is OPEN SOURCE! You can find the source code for this extension at https://github.com/joshperry/Tab-Manager

Please report bugs and/or feature requests at the github link above.                    

擴展基本資訊

名稱 Tab Manager Tab Manager
ID eobcjlgohobbfcgabmijkdgpjkknpbbo
官方網址 https://chromewebstore.google.com/detail/tab-manager/eobcjlgohobbfcgabmijkdgpjkknpbbo
簡介 Quickly and conveniently manage your open tabs
檔案大小 734 KB
安裝次數 2,733
目前版本 4.2.0
更新時間 2016-07-21
上架時間 2016-07-21
評分 4.80/5 共 56 次評分
開發者 joshperry
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/joshperry/Tab-Manager
說明頁面URL https://github.com/joshperry/Tab-Manager/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "version": "4.2.0",
    "manifest_version": 2,
    "description": "Quickly and conveniently manage your open tabs",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M"
            }
        }
    }
}