Clone Tab

Duplicate your current tab with a click or custom keystroke, complete with full navigation history.

ما هو Clone Tab؟

Clone Tab هو إضافة Chrome تم تطويرها بواسطة Jordan Bowness، والميزة الرئيسية لها هي "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Clone Tab

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

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

                        Duplicate your current tab via button or command (I personally use CTRL+T to replace Chrome's built-in new tab behavior).

This extension does more than others in the Chrome Extension Store in that your entire tab's navigation history and browsing context is also duplicated.  Great way to fork your current browsing session! Make like Dolly and start cloning!                    

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

الاسم Clone Tab Clone Tab
ID lakoapehfeocchibmgehpllelmgmmaed
عنوان URL الرسمي https://chromewebstore.google.com/detail/clone-tab/lakoapehfeocchibmgehpllelmgmmaed
الوصف Duplicate your current tab with a click or custom keystroke, complete with full navigation history.
حجم الملف 23.29 KB
عدد التثبيتات 1,141
النسخة الحالية 1.2018.1.404
آخر تحديث 2018-01-05
تاريخ النشر 2018-01-04
تقييم 4.79/5 مجموع تقييمات 14
المطور Jordan Bowness
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "name": "Clone Current Tab"
    },
    "description": "Duplicate your current tab with a click or custom keystroke, complete with full navigation history.",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZdNzIOvljXDbefM60xAORD9o\/l\/1X11M4nbcFOfMWKThGlkIH3vBtNRyVctSocYBF4ugzYdjnoJDE77DVjEBNkIp3ts\/xf\/yGYfA9aXjw49oFJgYA+imMvpE6kjIcPTm2xrlZWIa8FgAkiFuBtX\/FVSVWF5Bc0hAy0T+KvQ1DlQIDAQAB",
    "manifest_version": 2,
    "name": "Clone Tab",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2018.1.404",
    "commands": {
        "clone-tab": {
            "suggested_key": {
                "windows": "Ctrl+T",
                "mac": "Ctrl+T",
                "chromeos": "Ctrl+T",
                "linux": "Ctrl+T"
            },
            "description": "Clone Tab"
        }
    }
}