Download Manager
Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci
ما هو Download Manager؟
Download Manager هو إضافة Chrome تم تطويرها بواسطة http://www.mehmetkececi.com، والميزة الرئيسية لها هي "Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download Manager
قم بتنزيل ملفات الامتداد Download Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci Google Chrome için Tarayıcı İşlemi İndirme Yöneticisi Kullanıcı Arayüzü: Türkçe Mütercim: Mehmet Keçeci
معلومات أساسية عن التمديد
الاسم | |
ID | dafkcikcmjnlkediachidfoebdbibbjc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/download-manager/dafkcikcmjnlkediachidfoebdbibbjc |
الوصف | Browser Action Download Manager User Interface for Google Chrome: Turkish Translation: Mehmet Keçeci |
حجم الملف | 37.65 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 0.3 |
آخر تحديث | 2017-04-27 |
تاريخ النشر | 2017-04-23 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | http://www.mehmetkececi.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.mehmetkececi.com |
اللغات المدعومة | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.3", "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" ] } |