Close on Back

This extension will close your active tab when you hit back on the last history page.

Close on Back là gì?

Close on Back là một tiện ích mở rộng Chrome được phát triển bởi VDO, và tính năng chính của nó là "This extension will close your active tab when you hit back on the last history page.".

Ả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 Close on Back

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

                        Very useful when you open a tab but want to close in directly. This extension will also work with the extra history back buttons you might have on your mouse or with keyboard shortcuts.                    

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

Tên Close on Back Close on Back
ID pejmaahmbkcgbilcnckdadngeibiekbd
URL Chính Thức https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd
Mô tả This extension will close your active tab when you hit back on the last history page.
Kích Thước Tệp 18.36 KB
Số Lần Cài Đặt 874
Phiên Bản Hiện Tại 0.10
Cập Nhật Lần Cuối 2020-07-17
Ngày Phát Hành 2017-03-23
Đánh Giá 4.61/5 Tổng số 28 Đánh Giá
Nhà Phát Triển VDO
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close on Back",
    "short_name": "CoB",
    "description": "This extension will close your active tab when you hit back on the last history page.",
    "version": "0.10",
    "icons": {
        "16": "images\/icon16-active.png",
        "48": "images\/icon48-active.png",
        "128": "images\/icon128-active.png"
    },
    "browser_action": {
        "default_title": "Close on Back",
        "default_icon": {
            "16": "images\/icon16-active.png",
            "24": "images\/icon24-active.png",
            "32": "images\/icon32-active.png",
            "48": "images\/icon48-active.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "webNavigation",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ]
}