Downloads
Quick access button to the download page
Apa itu Downloads?
Downloads adalah ekstensi Chrome yang dikembangkan oleh Clean & Simple, dan fitur utamanya adalah "Quick access button to the download page".
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
Quickly access the downloads window by clicking the icon instead of taking the "long way" (Tools/Downloads). Very useful for those who download a lot.
Informasi Dasar Ekstensi
Nama | Downloads |
ID | jfchnphgogjhineanplmfkofljiagjfb |
URL Resmi | https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb |
Deskripsi | Quick access button to the download page |
Ukuran File | 24.75 KB |
Jumlah Instalasi | 413,983 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2014-04-09 |
Tanggal Publikasi | 2014-04-09 |
Penilaian | 4.19/5 Total 2725 Penilaian |
Pengembang | Clean & Simple |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloads", "description": "Quick access button to the download page", "version": "2", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "19.png" } }, "background": { "persistent": true, "page": "background.html" } } |