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
官方網址 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
    }
}