Chrome Download Fix
Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…
What is Chrome Download Fix?
Chrome Download Fix is a Chrome extension developed by KoharaKazuya, and its main feature is "Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…".
Extension Screenshots
Download Chrome Download Fix Extension CRX File
Download Chrome Download Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Chrome Download Fix |
ID | idbhobikghdkepjgcdiphdbofibbbbfh |
Official URL | https://chromewebstore.google.com/detail/chrome-download-fix/idbhobikghdkepjgcdiphdbofibbbbfh |
Description | Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon… |
File Size | 62.47 KB |
Installation Count | 395 |
Current Version | 0.2.1 |
Last Updated | 2022-04-04 |
Publish Date | 2020-03-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | KoharaKazuya |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/KoharaKazuya/chrome-download-fix |
Supported Languages | 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" } } |