Open Link in Duplicate Tab
Opens a link in a new tab with history from current tab
Co je Open Link in Duplicate Tab?
Open Link in Duplicate Tab je rozšíření Chrome vyvinuté matthew.salt, a jeho hlavní funkcí je „Opens a link in a new tab with history from current tab“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Open Link in Duplicate Tab
Stáhněte si soubory rozšíření Open Link in Duplicate Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | decochkhfdfamopdemciggmhlgdcdndm |
Oficiální URL | https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm |
Popis | Opens a link in a new tab with history from current tab |
Velikost souboru | 8.07 KB |
Počet instalací | 44 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2017-03-14 |
Datum Vydání | 2017-03-14 |
Vývojář | matthew.salt |
Typ Platby | free |
Podporované Jazyky | 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 } |