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
公式URL 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
}