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
官方URL 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"
    }
}