Close Tabs

Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more

Close Tabs là gì?

Close Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://tejji.com, và tính năng chính của nó là "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Provide context menu (popup that appear on right click) close button with following options

1. Close tabs to the left of current tab
2. Close tabs to the right of current tab
3. Close other tabs except current tab
4. Close current tab
6. Close tabs from current domain / website 
7. Close tabs from other domain / website except current one
8. Close window
9. Option to disable context menu

The options is available via...
Right click on any webpage --> Click Close Tabs --> Click Options 

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.2 - 2018-09-13
- changes to ensure compliance Chrome Web Store policies                    

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

Tên Close Tabs Close Tabs
ID gadafnnkijfmbbmeielphlapddbmgbgo
URL Chính Thức https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo
Mô tả Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
Kích Thước Tệp 72.56 KB
Số Lần Cài Đặt 11,611
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-09-14
Ngày Phát Hành 2018-09-13
Đánh Giá 4.24/5 Tổng số 186 Đánh Giá
Nhà Phát Triển https://tejji.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tejji.com/
URL Trang Trợ Giúp http://tejji.com/contactus.aspx
URL Trang Chính Sách Bảo Mật https://tejji.com/privacy.aspx
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tabs",
    "version": "1.2",
    "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "tabs"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}