Hide Download Bar

Hide Download Bar

Hide Download Bar là gì?

Hide Download Bar là một tiện ích mở rộng Chrome được phát triển bởi gimslab.com, và tính năng chính của nó là "Hide Download Bar".

Ả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 Hide Download Bar

Tải xuống các tệp mở rộng Hide Download Bar 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 tiny Chrome extension to hide download shelf using keyboard shortcuts.
You can close download bar with Ctrl+Shift+H key (or other shorcuts).
 - Default: Ctrl+Shift+H
 - Mac Default: Alt+Shift+H

Go to chrome://extensions/shortcuts to change shortcuts

This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.                    

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

Tên Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
URL Chính Thức https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
Mô tả Hide Download Bar
Kích Thước Tệp 3.16 KB
Số Lần Cài Đặt 1,681
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-11-20
Ngày Phát Hành 2019-12-14
Đánh Giá 2.76/5 Tổng số 21 Đánh Giá
Nhà Phát Triển gimslab.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Download Bar",
    "description": "Hide Download Bar",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hide Download Bar"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Alt+Shift+H"
            }
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}