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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matthew.salt และคุณลักษณะหลักของมันคือ "Opens a link in a new tab with history from current tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Link in Duplicate Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |