Download Notifications
This extension adds notifications for downloads, when complete or interrupted
ما هو Download Notifications؟
Download Notifications هو إضافة Chrome تم تطويرها بواسطة André Ferreira، والميزة الرئيسية لها هي "This extension adds notifications for downloads, when complete or interrupted".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download Notifications
قم بتنزيل ملفات الامتداد Download Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } } |