tabs2txt

Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.

tabs2txt란 무엇입니까?

tabs2txt은(는) zvxr.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard.
The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.                    

확장 프로그램 기본 정보

이름 tabs2txt tabs2txt
ID jaobckfgmoejmffgmlllfohadijkicgf
공식 URL https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf
설명 Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
파일 크기 8.48 KB
설치 횟수 491
현재 버전 1.1
최근 업데이트 2017-04-26
출시 날짜 2017-04-26
평점 5.00/5 총 3 개의 평점
개발자 zvxr.tech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zvxr.net/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/page-32.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/page-16.png",
        "32": "icons\/page-32.png",
        "48": "icons\/page-48.png"
    }
}