No Dupe Tabs

Swap to preexisting tab if url is already opened.

No Dupe Tabs là gì?

No Dupe Tabs là một tiện ích mở rộng Chrome được phát triển bởi J Wang, và tính năng chính của nó là "Swap to preexisting tab if url is already opened.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Dupe Tabs

Tải xuống các tệp mở rộng No Dupe Tabs 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

                        If you open a URL that already exists in one of your tabs, this simple extension will close the tab and switch to the preexisting tab! If you rarely reuse tabs, use this extension to avoid a list of duplicate tabs! 

Add website to whitelist if you want to allow duplicates for those websites. To access whitelist, press the extension icon at top right of your browser. 

Update-
V2.1 - Added whitelist
V2.2 - Fixed pop-up style on Windows
V2.3 - Fixed empty whitelist bug                    

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

Tên No Dupe Tabs No Dupe Tabs
ID fajkhkmabkgflclnlmfdafpikejjncca
URL Chính Thức https://chrome.google.com/webstore/detail/no-dupe-tabs/fajkhkmabkgflclnlmfdafpikejjncca
Mô tả Swap to preexisting tab if url is already opened.
Kích Thước Tệp 37.89 KB
Số Lần Cài Đặt 868
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2016-08-11
Ngày Phát Hành 2016-08-11
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển J Wang
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Dupe Tabs",
    "version": "2.3",
    "manifest_version": 2,
    "description": "Swap to preexisting tab if url is already opened.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "noDupeTab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.1.0.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}