Unique Tabs

Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.

Unique Tabs là gì?

Unique Tabs là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".

Ả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 Unique Tabs

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

                        Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.                    

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

Tên Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
URL Chính Thức https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Mô tả Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Kích Thước Tệp 12.87 KB
Số Lần Cài Đặt 3,131
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2015-06-10
Ngày Phát Hành 2015-06-10
Đánh Giá 4.24/5 Tổng số 29 Đánh Giá
Nhà Phát Triển [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/joeyAghion/unique_tabs
URL Trang Trợ Giúp http://github.com/joeyAghion/unique_tabs
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unique Tabs",
    "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "manifest_version": 2
}