Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
ما هو Downloads Notification؟
Downloads Notification هو إضافة Chrome تم تطويرها بواسطة ethan، والميزة الرئيسية لها هي "Move your download list from the fat bottom bar to Chrome Notification Center".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Downloads Notification
قم بتنزيل ملفات الامتداد Downloads Notification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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".
معلومات أساسية عن التمديد
الاسم | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
الوصف | Move your download list from the fat bottom bar to Chrome Notification Center |
حجم الملف | 7.16 KB |
عدد التثبيتات | 1,312 |
النسخة الحالية | 1.5 |
آخر تحديث | 2014-08-29 |
تاريخ النشر | 2014-08-29 |
تقييم | 3.81/5 مجموع تقييمات 32 |
المطور | ethan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
اللغات المدعومة | 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 } } |