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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aradous.Dev และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy & Paste Tabs

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}