Hide Download Bar
Hide Download Bar
Apa itu Hide Download Bar?
Hide Download Bar adalah ekstensi Chrome yang dikembangkan oleh gimslab.com, dan fitur utamanya adalah "Hide Download Bar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hide Download Bar
Unduh file ekstensi Hide Download Bar 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
Very tiny Chrome extension to hide download shelf using keyboard shortcuts. You can close download bar with Ctrl+Shift+H key (or other shorcuts). - Default: Ctrl+Shift+H - Mac Default: Alt+Shift+H Go to chrome://extensions/shortcuts to change shortcuts This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.
Informasi Dasar Ekstensi
Nama | Hide Download Bar |
ID | ibijappnbkobdaakafkliejnnncjfggi |
URL Resmi | https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi |
Deskripsi | Hide Download Bar |
Ukuran File | 3.16 KB |
Jumlah Instalasi | 1,681 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2022-11-20 |
Tanggal Publikasi | 2019-12-14 |
Penilaian | 2.76/5 Total 21 Penilaian |
Pengembang | gimslab.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Download Bar", "description": "Hide Download Bar", "version": "0.2", "background": { "service_worker": "background.js" }, "action": { "default_title": "Hide Download Bar" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Alt+Shift+H" } } }, "permissions": [ "downloads", "downloads.shelf" ] } |