Open Link in Duplicate Tab

Opens a link in a new tab with history from current tab

ما هو Open Link in Duplicate Tab؟

Open Link in Duplicate Tab هو إضافة Chrome تم تطويرها بواسطة matthew.salt، والميزة الرئيسية لها هي "Opens a link in a new tab with history from current tab".

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

screenshot

تحميل ملف CRX للإضافة Open Link in Duplicate Tab

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

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

                        Opening link in new tabs is a great way to review lots of items later. However sometimes when you come back to those tabs you've lost the context and the history of how you got there. This extension adds an option to the right-click menu to open a link in a new tab with history intact just as if you had duplicated your current tab and then clicked the link. Now when you come back to the tab in the future you'll know exactly how you got there.                    

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

الاسم Open Link in Duplicate Tab Open Link in Duplicate Tab
ID decochkhfdfamopdemciggmhlgdcdndm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm
الوصف Opens a link in a new tab with history from current tab
حجم الملف 8.07 KB
عدد التثبيتات 44
النسخة الحالية 0.0.2
آخر تحديث 2017-03-14
تاريخ النشر 2017-03-14
المطور matthew.salt
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Link in Duplicate Tab",
    "description": "Opens a link in a new tab with history from current tab",
    "version": "0.0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "icons": {
        "16": "Tab-16.png",
        "48": "Tab-48.png",
        "128": "Tab-128.png"
    },
    "manifest_version": 2
}