TabToTxt

Manage, copy, restore or download the URLs from opened tabs to text files

TabToTxt란 무엇입니까?

TabToTxt은(는) Gabriel Q. Matos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage, copy, restore or download the URLs from opened tabs to text files"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TabToTxt 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Manage researches or sessions, by copying, importing or exporting the links of opened URLs as text files.

Import / Export text files to restore sessions later.

Filter URLs before export, to restore the session later os just share with friends links from a research.

Sort the list of links, find the missing tab that is playing some background sound or video.

Panic button included! 🙄

Note: If you want list or import tabs to restore in Incognito mode. You should enable the option to extension work in private mode.

DISCLAIMER: This extension does not analyze or persist  your information in any way.

Donations are not mandatory, but your support is valuable in helping me to implement new features and ensure software stability. https://www.buymeacoffee.com/gmatos88                    

확장 프로그램 기본 정보

이름 TabToTxt TabToTxt
ID gipfccehicidcgiagolfcoahfgjlkdoe
공식 URL https://chromewebstore.google.com/detail/tabtotxt/gipfccehicidcgiagolfcoahfgjlkdoe
설명 Manage, copy, restore or download the URLs from opened tabs to text files
파일 크기 393 KB
설치 횟수 32
현재 버전 3.0.0
최근 업데이트 2023-09-02
출시 날짜 2020-02-25
개발자 Gabriel Q. Matos
이메일 [email protected]
결제 유형 free
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "TabToTxt",
    "description": "__MSG_EXT_DESCRIPITION__",
    "version": "3.0.0",
    "icons": {
        "16": "assets\/icons\/extIco.png",
        "32": "assets\/icons\/extIco.png",
        "64": "assets\/icons\/extIco.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/icons\/extIco.png"
    }
}