Hide Download Bar

Hide Download Bar

什麼是Hide Download Bar?

Hide Download Bar是由gimslab.com開發的Chrome擴展程式,該擴展的主要功能是“Hide Download Bar”。

擴展截圖

screenshot

下載Hide Download Bar擴展crx文件

下載Hide Download Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
官方網址 https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
簡介 Hide Download Bar
檔案大小 3.16 KB
安裝次數 1,681
目前版本 0.2
更新時間 2022-11-20
上架時間 2019-12-14
評分 2.76/5 共 21 次評分
開發者 gimslab.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
支援的語言 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"
    ]
}