TabList

This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.

什麼是TabList?

TabList是由Arthur Gerkis開發的Chrome擴展程式,該擴展的主要功能是“This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.”。

擴展截圖

screenshot
screenshot
screenshot

下載TabList擴展crx文件

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

擴展使用說明

                        This extension will replace a standard new tab page with own page and will list all opened tabs (very useful when you lots of them). You can manage your tabs from this list — rearrange tabs by dragging and dropping, close, refresh, focus, free memory. Also it can view your bookmarks bar. 

You can find code here: https://github.com/ax330d/TabList                    

擴展基本資訊

名稱 TabList TabList
ID degjjfncecoliapmdalnecogigkhldam
官方網址 https://chromewebstore.google.com/detail/tablist/degjjfncecoliapmdalnecogigkhldam
簡介 This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.
檔案大小 341 KB
安裝次數 217
目前版本 1.0.9
更新時間 2017-09-04
上架時間 2017-09-04
評分 4.00/5 共 5 次評分
開發者 Arthur Gerkis
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabList",
    "version": "1.0.9",
    "description": "This extension will list all opened tabs in a new tab. Useful if you have opened like hundred of tabs.",
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "incognito": "split",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "fonts\/*"
    ]
}