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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}