Download Notifications
This extension adds notifications for downloads, when complete or interrupted
Download Notifications là gì?
Download Notifications là một tiện ích mở rộng Chrome được phát triển bởi André Ferreira, và tính năng chính của nó là "This extension adds notifications for downloads, when complete or interrupted".
Ả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 Download Notifications
Tải xuống các tệp mở rộng Download Notifications 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
This opensource extension adds notification popups for downloads. It does not disable the download shelf. For that I recommend https://chrome.google.com/webstore/detail/download-notifier/gdekiloeocnfnochnkldpkmllmfiaeke The code is licensed under GPLV3 and available at https://github.com/aadfPT/ChromeDownloadNotifications
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Download Notifications |
ID | eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
URL Chính Thức | https://chromewebstore.google.com/detail/download-notifications/eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
Mô tả | This extension adds notifications for downloads, when complete or interrupted |
Kích Thước Tệp | 5.26 KB |
Số Lần Cài Đặt | 261 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2014-07-19 |
Ngày Phát Hành | 2014-07-19 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | André Ferreira |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aadfPT/ChromeDownloadNotifications |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Notifications", "description": "This extension adds notifications for downloads, when complete or interrupted", "version": "0.0.0.1", "permissions": [ "notifications", "downloads" ], "web_accessible_resources": [ "icon.png" ], "background": { "persistent": false, "scripts": [ "main.js", "bg.js" ] } } |