CopyTabs

Open your current tabs, selected tabs or windows in Chrome or another browser.

ما هو CopyTabs؟

CopyTabs هو إضافة Chrome تم تطويرها بواسطة symphnyx.ltd، والميزة الرئيسية لها هي "Open your current tabs, selected tabs or windows in Chrome or another browser.".

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

screenshot

تحميل ملف CRX للإضافة CopyTabs

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

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

                        With the CopyTabs Chrome extension, you can open browser URLs from Chrome, into any browser installed on your machine, or any other Chrome profile.

Easy to install. Just follow the instructions here, after installing the extension: https://copytabs.web.app/#about                    

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

الاسم CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
عنوان URL الرسمي https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
الوصف Open your current tabs, selected tabs or windows in Chrome or another browser.
حجم الملف 2.13 MB
عدد التثبيتات 309
النسخة الحالية 1.0.7.0
آخر تحديث 2022-09-20
تاريخ النشر 2019-10-03
تقييم 3.90/5 مجموع تقييمات 10
المطور symphnyx.ltd
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://copytabs.web.app/
عنوان صفحة سياسة الخصوصية https://copytabs.firebaseapp.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyTabs",
    "description": "Open your current tabs, selected tabs or windows in Chrome or another browser.",
    "version": "1.0.7.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tabs.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.js",
            "js\/shared.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "nativeMessaging",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}