Tab Copy/Paste

Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.

ما هو Tab Copy/Paste؟

Tab Copy/Paste هو إضافة Chrome تم تطويرها بواسطة Alexander، والميزة الرئيسية لها هي "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tab Copy/Paste

قم بتنزيل ملفات الامتداد Tab Copy/Paste بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Tab Copy/Paste Tab Copy/Paste
ID nbfccmdfpollpgjnbghmnkmgimliookh
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh
الوصف Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
حجم الملف 11.93 KB
عدد التثبيتات 10,000
النسخة الحالية 1.2
آخر تحديث 2015-02-21
تاريخ النشر 2015-02-21
تقييم 4.64/5 مجموع تقييمات 11
المطور Alexander
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Tab Copy\/Paste",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "short_name": "Tab Copy\/Paste",
    "version": "1.2"
}