Autohide Downloads Bar

This extension closes the downloads bar after a set amount of time

Autohide Downloads Bar là gì?

Autohide Downloads Bar là một tiện ích mở rộng Chrome được phát triển bởi Tyler Barron, và tính năng chính của nó là "This extension closes the downloads bar after a set amount of time".

Ả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 Autohide Downloads Bar

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

                        Hides shelf automatically                    

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

Tên Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
URL Chính Thức https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo
Mô tả This extension closes the downloads bar after a set amount of time
Kích Thước Tệp 14.17 KB
Số Lần Cài Đặt 5,053
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-07-27
Ngày Phát Hành 2017-05-22
Đánh Giá 4.74/5 Tổng số 38 Đánh Giá
Nhà Phát Triển Tyler Barron
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tylerbarron.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autohide Downloads Bar",
    "description": "This extension closes the downloads bar after a set amount of time",
    "version": "1.3",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}