Kill The Clones

This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.

Kill The Clones là gì?

Kill The Clones là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.".

Ả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 Kill The Clones

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

                        This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs except the first open tab for all duplicate.

Version 1.1
new:
Pin / Unpin All Tabs
Mute / Unmute All Tabs

Version 1.2
new:
Added tooltips
Solved problem with pinned tabs

Version 1.3
new:
Added duplicate tabs tracking functionality(change color of extension icon).                    

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

Tên Kill The Clones Kill The Clones
ID kboomnlecbmbikamlaaeabjacbbadojh
URL Chính Thức https://chromewebstore.google.com/detail/kill-the-clones/kboomnlecbmbikamlaaeabjacbbadojh
Mô tả This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.
Kích Thước Tệp 17.91 KB
Số Lần Cài Đặt 668
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-04-01
Ngày Phát Hành 2018-04-01
Đánh Giá 4.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kill The Clones",
    "version": "1.3",
    "description": "This extension compares opened browser tabs and highlight duplicates. Optionally it can close all duplicates tabs.",
    "icons": {
        "16": "images\/KillClonesIcon16.png",
        "48": "images\/KillClonesIcon48.png",
        "128": "images\/KillClonesIcon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/KillClonesIcon16.png",
            "24": "images\/KillClonesIcon24.png",
            "32": "images\/KillClonesIcon32.png"
        },
        "default_title": "Kill the clones tabs.",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "author": "Viacheslav Dovnich",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}