Tab List

Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.

什麼是Tab List?

Tab List是由0xfd000000開發的Chrome擴展程式,該擴展的主要功能是“Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.”。

擴展截圖

screenshot

下載Tab List擴展crx文件

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

擴展使用說明

                        This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference.

The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs.
The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.                    

擴展基本資訊

名稱 Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
官方網址 https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
簡介 Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
檔案大小 36.36 KB
安裝次數 24
目前版本 1.0.0.1
更新時間 2018-04-08
上架時間 2018-04-08
評分 5.00/5 共 1 次評分
開發者 0xfd000000
付費類型 free
擴展官網 https://github.com/0xfd000000/tablist
說明頁面URL https://github.com/0xfd000000/tablist/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab List",
    "version": "1.0.0.1",
    "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/*",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Tabbidy tab-tab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}