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 |
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 |
Eメール | [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" } } |