CloseTabsByDomain

Close all tabs by domain

CloseTabsByDomain là gì?

CloseTabsByDomain là một tiện ích mở rộng Chrome được phát triển bởi https://ragerworks.com, và tính năng chính của nó là "Close all tabs by domain".

Ả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 CloseTabsByDomain

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

                        With the browser extension CloseTabsByDomain you are able to close all open tabs of a domain comfortably. Easily close tabs by domain!

There are two ways to use the extension:

 - Right-click in the page
 - Click on the extension button

Use the settings to configure how the tabs in the CloseTabsByDomain list are sorted: - Browser order:

- Alphabetical
- By number of open tabs

New: 

- Sort open tabs by domain                    

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

Tên CloseTabsByDomain CloseTabsByDomain
ID hjnfjlehafmdppfncbjafjghkfkgiaml
URL Chính Thức https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml
Mô tả Close all tabs by domain
Kích Thước Tệp 61.61 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-10-10
Ngày Phát Hành 2018-12-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ragerworks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ragerworks.com/static/close-tabs-by-domain.html
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloseTabsByDomain",
    "description": "Close all tabs by domain",
    "version": "1.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/logo\/icon_16.png",
        "48": "img\/logo\/icon_48.png",
        "128": "img\/logo\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "img\/logo\/icon_16.png",
            "48": "img\/logo\/icon_48.png"
        },
        "default_title": "CloseByDomain",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}