Chrome Download Fix

Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…

Chrome Download Fix là gì?

Chrome Download Fix là một tiện ích mở rộng Chrome được phát triển bởi KoharaKazuya, và tính năng chính của nó là "Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…".

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

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

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

                        Fix Google Chrome download user interface.

Features:

* Hide gray downloading shelf below screen.
* Open downloads page when icon clicked.
* Show number badge of download items.
* Notify start and completion of download.                    

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

Tên Chrome Download Fix Chrome Download Fix
ID idbhobikghdkepjgcdiphdbofibbbbfh
URL Chính Thức https://chromewebstore.google.com/detail/chrome-download-fix/idbhobikghdkepjgcdiphdbofibbbbfh
Mô tả Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…
Kích Thước Tệp 62.47 KB
Số Lần Cài Đặt 395
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2022-04-04
Ngày Phát Hành 2020-03-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển KoharaKazuya
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KoharaKazuya/chrome-download-fix
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Download Fix",
    "version": "0.2.1",
    "icons": {
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "name": "Open Downloads Page"
    },
    "options_ui": {
        "page": "options.html"
    }
}