Extensions Reloader
Reload all unpacked extensions
ما هو Extensions Reloader؟
Extensions Reloader هو إضافة Chrome تم تطويرها بواسطة Ali Gasymov، والميزة الرئيسية لها هي "Reload all unpacked extensions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Extensions Reloader
قم بتنزيل ملفات الامتداد Extensions Reloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unpacked extensions can be reloaded in two ways: 1. Click the extension icon in the browser toolbar 2. Perform a keyboard shortcut (Alt+Shift+R) Note: if the manifest has been changed in your extension, then you need to update it on the extensions page
معلومات أساسية عن التمديد
الاسم | Extensions Reloader |
ID | cdodkghoiojefkdnkciflkgigkgljjeo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/extensions-reloader/cdodkghoiojefkdnkciflkgigkgljjeo |
الوصف | Reload all unpacked extensions |
حجم الملف | 6.93 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-10-12 |
تاريخ النشر | 2021-12-15 |
المطور | Ali Gasymov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.gasymov.com/privacy-policy/extensions-reloader |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensions Reloader", "description": "Reload all unpacked extensions", "manifest_version": 3, "version": "1.0.0", "action": { "default_title": "Reload Extensions" }, "icons": { "16": "static\/images\/icon-16.png", "32": "static\/images\/icon-32.png", "48": "static\/images\/icon-48.png", "128": "static\/images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "commands": { "reload": { "description": "Reload all extensions in development", "suggested_key": { "default": "Alt+Shift+R" } } }, "permissions": [ "management" ] } |