Downloads Button
Simple material design styled downloads button - shortcut to chrome:downloads
ما هو Downloads Button؟
Downloads Button هو إضافة Chrome تم تطويرها بواسطة edgrd، والميزة الرئيسية لها هي "Simple material design styled downloads button - shortcut to chrome:downloads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Downloads Button
قم بتنزيل ملفات الامتداد Downloads Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | bkklakohoopldjemonegiljanblejcoi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi |
الوصف | Simple material design styled downloads button - shortcut to chrome:downloads |
حجم الملف | 3.74 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.2.4 |
آخر تحديث | 2017-07-06 |
تاريخ النشر | 2017-07-06 |
تقييم | 4.44/5 مجموع تقييمات 9 |
المطور | edgrd |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Downloads" }, "icons": { "48": "button.png" }, "description": "Simple material design styled downloads button - shortcut to chrome:downloads", "name": "Downloads Button", "permissions": [ "tabs" ], "version": "1.2.4", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |