Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
Downloads Notification là gì?
Downloads Notification là một tiện ích mở rộng Chrome được phát triển bởi ethan, và tính năng chính của nó là "Move your download list from the fat bottom bar to Chrome Notification Center".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Downloads Notification
Tải xuống các tệp mở rộng Downloads Notification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
URL Chính Thức | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
Mô tả | Move your download list from the fat bottom bar to Chrome Notification Center |
Kích Thước Tệp | 7.16 KB |
Số Lần Cài Đặt | 1,312 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2014-08-29 |
Ngày Phát Hành | 2014-08-29 |
Đánh Giá | 3.81/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | ethan |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |