AutoHideDownloadsBar

This extension hides annoying downloads bar in the bottom of the screen.

AutoHideDownloadsBar là gì?

AutoHideDownloadsBar là một tiện ích mở rộng Chrome được phát triển bởi raingart, và tính năng chính của nó là "This extension hides annoying downloads bar in the bottom of the screen.".

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

screenshot
screenshot
screenshot

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

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

                        Open-source, simple, lean and no ads.

Options:
- hide download bar only after downloads completion. Or not display the shelf at all.
- set delay before the shelf is auto-closed.
- display download notifications.
- shows the progress of the loading in the icon panel.                    

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

Tên AutoHideDownloadsBar AutoHideDownloadsBar
ID gkmndgjgpolmikgnipipfekglbbgjcel
URL Chính Thức https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel
Mô tả This extension hides annoying downloads bar in the bottom of the screen.
Kích Thước Tệp 66.51 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.12.2
Cập Nhật Lần Cuối 2022-07-07
Ngày Phát Hành 2020-02-08
Đánh Giá 4.88/5 Tổng số 107 Đánh Giá
Nhà Phát Triển raingart
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/raingart/AutoHideDownloadsBar-extension
URL Trang Trợ Giúp https://github.com/raingart/AutoHideDownloadsBar-extension/issues
Ngôn Ngữ Được Hỗ Trợ de,en,tr,es,ar,zh-CN,ja,ko
manifest.json
{
    "manifest_version": 2,
    "name": "AutoHideDownloadsBar",
    "short_name": "AutoHideDownloadsBar",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "raingart",
    "default_locale": "en",
    "minimum_chrome_version": "80.0",
    "version": "2.12.2",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "downloads.shelf"
    ],
    "optional_permissions": [
        "tabs",
        "notifications",
        "downloads.open"
    ],
    "background": {
        "page": "\/html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "AutoHideDownloadsBar"
    },
    "options_page": "\/html\/options.html"
}