Disable Download Bar

Removes the download bar at the bottom of Chrome windows (does nothing else).

什麼是Disable Download Bar?

Disable Download Bar是由https://www.gryphenpossolutions.com開發的Chrome擴展程式,該擴展的主要功能是“Removes the download bar at the bottom of Chrome windows (does nothing else).”。

擴展截圖

screenshot

下載Disable Download Bar擴展crx文件

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

擴展使用說明

                        Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used  for any other purpose. All this extension does is disable the downloads bar.                    

擴展基本資訊

名稱 Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
官方網址 https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
簡介 Removes the download bar at the bottom of Chrome windows (does nothing else).
檔案大小 3.17 KB
安裝次數 20,000
目前版本 1.5
更新時間 2019-05-31
上架時間 2019-05-31
評分 4.55/5 共 88 次評分
開發者 https://www.gryphenpossolutions.com
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Bar",
    "version": "1.5",
    "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true
}