Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

什麼是Tab Manager (by shimomire)?

Tab Manager (by shimomire)是由shimomire開發的Chrome擴展程式,該擴展的主要功能是“This is a tool to manage tab that is currently open on a single screen.”。

擴展截圖

screenshot

下載Tab Manager (by shimomire)擴展crx文件

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

擴展使用說明

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

擴展基本資訊

名稱 Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
官方網址 https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
簡介 This is a tool to manage tab that is currently open on a single screen.
檔案大小 260 KB
安裝次數 783
目前版本 1.0.5
更新時間 2012-11-23
上架時間 2012-11-23
評分 3.83/5 共 12 次評分
開發者 shimomire
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}