Open Link in Duplicate Tab

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

Wat is Open Link in Duplicate Tab?

Open Link in Duplicate Tab is een Chrome-extensie ontwikkeld door matthew.salt, en de belangrijkste functie is "Opens a link in a new tab with history from current tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open Link in Duplicate Tab

Download Open Link in Duplicate Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Open Link in Duplicate Tab Open Link in Duplicate Tab
ID decochkhfdfamopdemciggmhlgdcdndm
Officiële URL https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm
Beschrijving Opens a link in a new tab with history from current tab
Bestandsgrootte 8.07 KB
Aantal Installaties 44
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-03-14
Publicatiedatum 2017-03-14
Ontwikkelaar matthew.salt
Betalingswijze free
Ondersteunde Talen 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
}