Awesome Downloads Button
Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.
ما هو Awesome Downloads Button؟
Awesome Downloads Button هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Awesome Downloads Button
قم بتنزيل ملفات الامتداد Awesome Downloads Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It is a shortcut button to open the Chrome downloads page.
معلومات أساسية عن التمديد
الاسم | Awesome Downloads Button |
ID | hiceefjejhfncfdbkmbhkmibjoegonnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/awesome-downloads-button/hiceefjejhfncfdbkmbhkmibjoegonnk |
الوصف | Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected. |
حجم الملف | 32.62 KB |
عدد التثبيتات | 562 |
النسخة الحالية | 1.2.0.0 |
آخر تحديث | 2020-12-08 |
تاريخ النشر | 2016-09-22 |
تقييم | 4.45/5 مجموع تقييمات 11 |
المطور | https://upway2late.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.upway2late.com/projects/buttons-project |
عنوان صفحة المساعدة | http://www.upway2late.com/projects/buttons-project |
عنوان صفحة سياسة الخصوصية | http://www.upway2late.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Downloads Button", "version": "1.2.0.0", "description": "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.", "icons": { "16": "downloads_16.png", "48": "downloads_48.png", "128": "downloads_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "downloads_19.png", "default_title": "Awesome Downloads Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |