Open Link in Duplicate Tab
Opens a link in a new tab with history from current tab
Qu'est-ce que Open Link in Duplicate Tab ?
Open Link in Duplicate Tab est une extension Chrome développée par matthew.salt, et sa fonction principale est "Opens a link in a new tab with history from current tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open Link in Duplicate Tab
Téléchargez les fichiers d'extension Open Link in Duplicate Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | decochkhfdfamopdemciggmhlgdcdndm |
URL Officiel | https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm |
Description | Opens a link in a new tab with history from current tab |
Taille du Fichier | 8.07 KB |
Nombre d'Installations | 44 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-03-14 |
Date de Publication | 2017-03-14 |
Développeur | matthew.salt |
Type de Paiement | free |
Langues Prises en Charge | 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 } |