Export Tabs as Text File

Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.

什麼是Export Tabs as Text File?

Export Tabs as Text File是由bethesk開發的Chrome擴展程式,該擴展的主要功能是“Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.”。

擴展截圖

screenshot
screenshot

下載Export Tabs as Text File擴展crx文件

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

擴展使用說明

                        The "Export Tabs as Text File" Chrome extension allows you to quickly and easily save a list of URLs for all the active tabs in your current Chrome window. With just a single click, the extension will gather the URLs of all your active tabs and export them as a text file that you can save to your computer.

To use the extension, simply click on the "Export Tabs as Text File" button in the popup window that appears when you click on the extension icon. The extension will then generate a text file containing the URLs of all your active tabs, which you can save to your computer by specifying a filename and a location.

This extension is useful for people who often work with multiple tabs open at the same time and need a quick and easy way to save a list of URLs for later reference. 

☕BUY ME A COFFEE
If you enjoy this extension, please consider buying me a coffee. Thanks! 
https://www.buymeacoffee.com/bethesk                    

擴展基本資訊

名稱 Export Tabs as Text File Export Tabs as Text File
ID odclbaijmmabcgcdaipkpkcmfkfifgea
官方網址 https://chromewebstore.google.com/detail/export-tabs-as-text-file/odclbaijmmabcgcdaipkpkcmfkfifgea
簡介 Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.
檔案大小 78.65 KB
安裝次數 4,000
目前版本 1.0.1
更新時間 2024-01-10
上架時間 2023-04-11
評分 5.00/5 共 6 次評分
開發者 bethesk
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Export Tabs as Text File",
    "version": "1.0.1",
    "description": "Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.",
    "icons": {
        "16": "OIG.png",
        "32": "OIG.png",
        "48": "OIG.png",
        "128": "OIG.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "action": {
        "default_icon": {
            "16": "OIG.png",
            "32": "OIG.png",
            "48": "OIG.png",
            "128": "OIG.png"
        },
        "default_popup": "popup.html"
    }
}