Export Tabs URLs

Save a list of all open tabs into a text file.

Export Tabs URLsとは何ですか?

Export Tabs URLsはskendによって開発されたChromeの拡張機能で、その主な機能は「Save a list of all open tabs into a text file.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Export Tabs URLs拡張機能のCRXファイルをダウンロード

Export Tabs URLs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        List the URLs of all the open tabs and copy that list to clipboard or export it to a file.

Features:
- include titles
- custom format (e.g. markdown, html…)
- filter tabs
- limit to current window
- list non-HTTP(s) URLs
- ignore pinned tabs                    

拡張機能の基本情報

名前 Export Tabs URLs Export Tabs URLs
ID jfcmbgcnangoalgpopaakignejjfpcmo
公式URL https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo
説明 Save a list of all open tabs into a text file.
ファイルサイズ 65.67 KB
インストール数 3,602
現在のバージョン 0.2.13
最終更新日 2021-09-25
公開日 2021-09-25
評価 5.00/5 合計 9 レビュー
開発者 skend
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/skend/export-tabs-urls
ヘルプページのURL https://github.com/skend/export-tabs-urls
対応言語 de,en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.2.13",
    "default_locale": "en_US",
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "64": "img\/64x64.png",
        "128": "img\/128x128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "img\/128x128.png",
        "default_title": "__MSG_appButtonDesc__",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true
    },
    "permissions": [
        "clipboardWrite",
        "notifications",
        "storage",
        "tabs"
    ]
}