Disable Download Shelf
Disables the download bar at bottom of window
Apa itu Disable Download Shelf?
Disable Download Shelf adalah ekstensi Chrome yang dikembangkan oleh conceptualspace, dan fitur utamanya adalah "Disables the download bar at bottom of window".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Disable Download Shelf
Unduh file ekstensi Disable Download Shelf 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
Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox). On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled! This extension is free and open source.
Informasi Dasar Ekstensi
Nama | Disable Download Shelf |
ID | jobfojcgkainhgidfhaoedmmgloaengg |
URL Resmi | https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg |
Deskripsi | Disables the download bar at bottom of window |
Ukuran File | 15.51 KB |
Jumlah Instalasi | 3,127 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2022-04-06 |
Tanggal Publikasi | 2020-05-28 |
Penilaian | 4.36/5 Total 11 Penilaian |
Pengembang | conceptualspace |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/conceptualspace/disable-download-shelf |
URL Halaman Bantuan | https://github.com/conceptualspace/disable-download-shelf/issues |
URL Halaman Kebijakan Privasi | https://conceptualspace.net/privacy.md |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Shelf", "version": "2.1", "description": "Disables the download bar at bottom of window", "author": "[email protected]", "permissions": [ "downloads", "downloads.shelf" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/icon16.png", "24": "icon\/icon24.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_title": "Downloads" }, "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 3 } |