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 matthew.salt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens a link in a new tab with history from current tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open Link in Duplicate Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}