Chrome Download Fix

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

什麼是Chrome Download Fix?

Chrome Download Fix是由KoharaKazuya開發的Chrome擴展程式,該擴展的主要功能是“Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…”。

擴展截圖

下載Chrome Download Fix擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Chrome Download Fix Chrome Download Fix
ID idbhobikghdkepjgcdiphdbofibbbbfh
官方網址 https://chromewebstore.google.com/detail/chrome-download-fix/idbhobikghdkepjgcdiphdbofibbbbfh
簡介 Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…
檔案大小 62.47 KB
安裝次數 395
目前版本 0.2.1
更新時間 2022-04-04
上架時間 2020-03-11
評分 5.00/5 共 2 次評分
開發者 KoharaKazuya
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/KoharaKazuya/chrome-download-fix
支援的語言 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"
    }
}