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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}