Open Link in Duplicate Tab
Opens a link in a new tab with history from current tab
What is Open Link in Duplicate Tab?
Open Link in Duplicate Tab is a Chrome extension developed by matthew.salt, and its main feature is "Opens a link in a new tab with history from current tab".
Extension Screenshots
Download Open Link in Duplicate Tab Extension CRX File
Download Open Link in Duplicate Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | decochkhfdfamopdemciggmhlgdcdndm |
Official URL | https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm |
Description | Opens a link in a new tab with history from current tab |
File Size | 8.07 KB |
Installation Count | 44 |
Current Version | 0.0.2 |
Last Updated | 2017-03-14 |
Publish Date | 2017-03-14 |
Developer | matthew.salt |
Payment Type | free |
Supported Languages | 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 } |