Chrome Download Fix
Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…
Apa itu Chrome Download Fix?
Chrome Download Fix adalah ekstensi Chrome yang dikembangkan oleh KoharaKazuya, dan fitur utamanya adalah "Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome Download Fix
Unduh file ekstensi Chrome Download Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chrome Download Fix |
ID | idbhobikghdkepjgcdiphdbofibbbbfh |
URL Resmi | https://chromewebstore.google.com/detail/chrome-download-fix/idbhobikghdkepjgcdiphdbofibbbbfh |
Deskripsi | Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon… |
Ukuran File | 62.47 KB |
Jumlah Instalasi | 395 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2022-04-04 |
Tanggal Publikasi | 2020-03-11 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | KoharaKazuya |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/KoharaKazuya/chrome-download-fix |
Bahasa yang Didukung | 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" } } |