Extension Extractor
Extract installed Extensions and Apps
ما هو Extension Extractor؟
Extension Extractor هو إضافة Chrome تم تطويرها بواسطة Daniel Herr، والميزة الرئيسية لها هي "Extract installed Extensions and Apps".
تحميل ملف CRX للإضافة Extension Extractor
قم بتنزيل ملفات الامتداد Extension Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
In development beta software. Extraction is currently only available for apps with permission to write to files and folders and extensions with permission to manage downloads. Access the extraction menu by opening the developer tools and clicking the tab. Dev tools can be opened for any software by enabling dev mode on chrome://extensions, finding the item, and clicking an inspect view button.
معلومات أساسية عن التمديد
الاسم | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
الوصف | Extract installed Extensions and Apps |
حجم الملف | 6.02 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 2016.070 |
آخر تحديث | 2016-03-11 |
تاريخ النشر | 2016-03-10 |
المطور | Daniel Herr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://danielherr.github.io |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "description": "Extract installed Extensions and Apps", "devtools_page": "devtools.html", "homepage_url": "https:\/\/danielherr.github.io", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Extension Extractor", "offline_enabled": true, "permissions": [ "debugger", "downloads" ], "version": "2016.70", "version_name": "2016.070" } |