Download Notifications
This extension adds notifications for downloads, when complete or interrupted
Download Notifications क्या है?
Download Notifications André Ferreira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds notifications for downloads, when complete or interrupted"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Download Notifications |
ID | eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/download-notifications/eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
विवरण | This extension adds notifications for downloads, when complete or interrupted |
फ़ाइल का आकार | 5.26 KB |
स्थापना संख्या | 261 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2014-07-19 |
प्रकाशन तिथि | 2014-07-19 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | André Ferreira |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/aadfPT/ChromeDownloadNotifications |
समर्थित भाषाएँ | 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" ] } } |