Open Link in Duplicate Tab

Opens a link in a new tab with history from current tab

Open Link in Duplicate Tab là gì?

Open Link in Duplicate Tab là một tiện ích mở rộng Chrome được phát triển bởi matthew.salt, và tính năng chính của nó là "Opens a link in a new tab with history from current tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open Link in Duplicate Tab

Tải xuống các tệp mở rộng Open Link in Duplicate Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open Link in Duplicate Tab Open Link in Duplicate Tab
ID decochkhfdfamopdemciggmhlgdcdndm
URL Chính Thức https://chrome.google.com/webstore/detail/decochkhfdfamopdemciggmhlgdcdndm
Mô tả Opens a link in a new tab with history from current tab
Kích Thước Tệp 8.07 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-03-14
Ngày Phát Hành 2017-03-14
Nhà Phát Triển matthew.salt
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}