Export links of all extensions
Export name and url of all installed extensions in Google Chrome
ما هو Export links of all extensions؟
Export links of all extensions هو إضافة Chrome تم تطويرها بواسطة evgeniyarbuz18921، والميزة الرئيسية لها هي "Export name and url of all installed extensions in Google Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Export links of all extensions
قم بتنزيل ملفات الامتداد Export links of all extensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Export name and url of all installed extensions in Google Chrome Source code and bug tracker are available at https://github.com/gabrielbarros/export-all-extensions
معلومات أساسية عن التمديد
الاسم | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
الوصف | Export name and url of all installed extensions in Google Chrome |
حجم الملف | 12.74 KB |
عدد التثبيتات | 14,159 |
النسخة الحالية | 1.7 |
آخر تحديث | 2023-01-02 |
تاريخ النشر | 2020-08-13 |
تقييم | 4.65/5 مجموع تقييمات 88 |
المطور | evgeniyarbuz18921 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gabrielbarros/export-all-extensions |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export links of all extensions", "version": "1.7", "description": "Export name and url of all installed extensions in Google Chrome", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "offline_enabled": true, "action": { "default_icon": "img\/16.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "alarms", "declarativeNetRequest", "management" ] } |