Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
Apa itu Downloads Notification?
Downloads Notification adalah ekstensi Chrome yang dikembangkan oleh ethan, dan fitur utamanya adalah "Move your download list from the fat bottom bar to Chrome Notification Center".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Downloads Notification
Unduh file ekstensi Downloads Notification 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
Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".
Informasi Dasar Ekstensi
Nama | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
URL Resmi | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
Deskripsi | Move your download list from the fat bottom bar to Chrome Notification Center |
Ukuran File | 7.16 KB |
Jumlah Instalasi | 1,312 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2014-08-29 |
Tanggal Publikasi | 2014-08-29 |
Penilaian | 3.81/5 Total 32 Penilaian |
Pengembang | ethan |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloads Notification", "description": "Move your download list from the fat bottom bar to Chrome Notification Center", "version": "1.5", "icons": { "128": "icon.png" }, "permissions": [ "downloads", "downloads.shelf", "downloads.open", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |