Download Manager Button
Browser Action Download Manager User Interface for Google Chrome
ما هو Download Manager Button؟
Download Manager Button هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Browser Action Download Manager User Interface for Google Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download Manager Button
قم بتنزيل ملفات الامتداد Download Manager Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This browser action button displays total download progress. The browser action popup allows pausing, resuming, canceling, opening, erasing, retrying, and searching for downloads, accepting dangerous downloads, opening the download's referrer, removing the file, and showing the file in its folder. This is a demo extension to showcase the potential of the new chrome.downloads API.
معلومات أساسية عن التمديد
الاسم | |
ID | jglgknilkoejnnjngnmoobbhdckpdmem |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/download-manager-button/jglgknilkoejnnjngnmoobbhdckpdmem |
الوصف | Browser Action Download Manager User Interface for Google Chrome |
حجم الملف | 19.44 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-11-14 |
تاريخ النشر | 2013-11-14 |
تقييم | 3.87/5 مجموع تقييمات 54 |
المطور | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0", "minimum_chrome_version": "31.0.1650", "manifest_version": 2, "description": "__MSG_extDesc__", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "default_locale": "en", "optional_permissions": [ "management" ], "permissions": [ "downloads", "downloads.open", "downloads.shelf", "tabs" ] } |