Zip Convert Ace
Extract zipped files and compress files with ease!
ما هو Zip Convert Ace؟
Zip Convert Ace هو إضافة Chrome تم تطويرها بواسطة S2N Media، والميزة الرئيسية لها هي "Extract zipped files and compress files with ease!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zip Convert Ace
قم بتنزيل ملفات الامتداد Zip Convert Ace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A powerful and versatile archive manager that compresses and extracts files in just two clicks. Zip/Rar and Unzip files for free! Click on the icon will open the application without disrupting your work. By clicking "Add to chrome", I accept and agree to install this extension. For more information see our Terms at: About - https://www.zipconvertaceapp.com Contact - https://www.zipconvertaceapp.com/contact.html EULA - https://www.zipconvertaceapp.com/eula.html Privacy - https://www.zipconvertaceapp.com/privacy.html
معلومات أساسية عن التمديد
الاسم | Zip Convert Ace |
ID | eblclajmcecmjbgmmlbnkklonnhilhbj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zip-convert-ace/eblclajmcecmjbgmmlbnkklonnhilhbj |
الوصف | Extract zipped files and compress files with ease! |
حجم الملف | 36.66 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-10-30 |
تاريخ النشر | 2020-10-30 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | S2N Media |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.zipconvertaceapp.com/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "manifest_version": 2, "name": "Zip Convert Ace", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "description": "Extract zipped files and compress files with ease!", "icons": { "16": "icons\/16.png", "96": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "96": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "Zip Convert Ace", "default_popup": "popup.html" }, "permissions": [], "background": { "page": "background.html", "persistent": false } } |