Downloads
Access the folder of the last downloaded file, on click and on completion.
Apa itu Downloads?
Downloads adalah ekstensi Chrome yang dikembangkan oleh Jad Helou, dan fitur utamanya adalah "Access the folder of the last downloaded file, on click and on completion.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Downloads
Unduh file ekstensi Downloads 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
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
Informasi Dasar Ekstensi
Nama | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
URL Resmi | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Deskripsi | Access the folder of the last downloaded file, on click and on completion. |
Ukuran File | 102 KB |
Jumlah Instalasi | 54 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2022-03-28 |
Tanggal Publikasi | 2017-08-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Jad Helou |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |