Open Link in Duplicate Tab
Opens a link in a new tab with history from current tab
Apa itu Open Link in Duplicate Tab?
Open Link in Duplicate Tab adalah ekstensi Chrome yang dikembangkan oleh matthew.salt, dan fitur utamanya adalah "Opens a link in a new tab with history from current tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open Link in Duplicate Tab
Unduh file ekstensi Open Link in Duplicate Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | decochkhfdfamopdemciggmhlgdcdndm |
URL Resmi | https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm |
Deskripsi | Opens a link in a new tab with history from current tab |
Ukuran File | 8.07 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2017-03-14 |
Tanggal Publikasi | 2017-03-14 |
Pengembang | matthew.salt |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |