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开发的Chrome扩展程序,该扩展的主要功能是“Opens a link in a new tab with history from current tab”。
扩展截图
下载Open Link in Duplicate Tab扩展crx文件
下载Open Link in Duplicate Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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 } |