Copy & Paste Tabs

With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.

Copy & Paste Tabs란 무엇입니까?

Copy & Paste Tabs은(는) Aradous.Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Copy & Paste Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple UI with big buttons for ease of use. And an option page to make some changes to the extension behavior.

Features:
● Copy in two forms. URLs only or URLs with titles.
● Two Paste modes. Smart mode that extract URLs from text. And Simple Mode that take every line as one URLs without validation.

Note: Smart mode only detects URLs that start with https, http, ftp, mailto, file, chrome or ssh.                    

확장 프로그램 기본 정보

이름 Copy & Paste Tabs Copy & Paste Tabs
ID icoajbmljoeejfbgeokibaohlijmbcbo
공식 URL https://chromewebstore.google.com/detail/copy-paste-tabs/icoajbmljoeejfbgeokibaohlijmbcbo
설명 With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.
파일 크기 25.27 KB
설치 횟수 104
현재 버전 1.0.1
최근 업데이트 2022-06-28
출시 날짜 2022-06-21
평점 5.00/5 총 1 개의 평점
개발자 Aradous.Dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy & Paste Tabs",
    "description": "With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "icons": {
        "16": "\/images\/CopyLink_16.png",
        "32": "\/images\/CopyLink_32.png",
        "48": "\/images\/CopyLink_48.png",
        "128": "\/images\/CopyLink_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/CopyLink_16.png",
            "32": "\/images\/CopyLink_32.png",
            "48": "\/images\/CopyLink_48.png",
            "128": "\/images\/CopyLink_128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}