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ファイルをダウンロード

Copy & Paste Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}