Quick Extension Reload
Reload extensions in development from the context menu.
ما هو Quick Extension Reload؟
Quick Extension Reload هو إضافة Chrome تم تطويرها بواسطة https://site.simonandrewbrown.co.uk، والميزة الرئيسية لها هي "Reload extensions in development from the context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Extension Reload
قم بتنزيل ملفات الامتداد Quick Extension Reload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When developing extensions, it can be a pain to go to your extensions tab, find the extension you're working on and click "reload" every time you make a change. This extension allows you to reload your extensions from the context menu. Just right-click on any page to reload all your extensions in development, or use the default shortcut key, Alt+R. The icon was based on icons from the Tango project. The small icon was created by Yusuke Kamiyamane.
معلومات أساسية عن التمديد
الاسم | Quick Extension Reload |
ID | goeiakeofnlpkioeadcbocfifmgkidpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quick-extension-reload/goeiakeofnlpkioeadcbocfifmgkidpb |
الوصف | Reload extensions in development from the context menu. |
حجم الملف | 22.71 KB |
عدد التثبيتات | 772 |
النسخة الحالية | 1.4 |
آخر تحديث | 2013-03-10 |
تاريخ النشر | 2013-03-09 |
تقييم | 4.00/5 مجموع تقييمات 15 |
المطور | https://site.simonandrewbrown.co.uk |
نوع الدفع | free |
موقع الإضافة | http://www.isimonbrown.co.uk/contact/ |
عنوان صفحة المساعدة | http://www.isimonbrown.co.uk/contact/ |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Extension Reload", "description": "Reload extensions in development from the context menu.", "version": "1.4", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "permissions": [ "management", "contextMenus" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "minimum_chrome_version": "14.0", "commands": { "reload": { "description": "Reload all extensions in development.", "suggested_key": { "default": "Alt+R" } } } } |