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 } |