AEM Chrome Tools
This Chrome extension will make your life as an AEM developer a bit easier. TESTED ON: - 6.3 - 6.4 FEATURES: - Environment…
ما هو AEM Chrome Tools؟
AEM Chrome Tools هو إضافة Chrome تم تطويرها بواسطة druwe.jeroen، والميزة الرئيسية لها هي "This Chrome extension will make your life as an AEM developer a bit easier. TESTED ON: - 6.3 - 6.4 FEATURES: - Environment…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AEM Chrome Tools
قم بتنزيل ملفات الامتداد AEM Chrome Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension will make your life as an AEM developer a bit easier.
TESTED ON:
- 6.3
- 6.4
FEATURES:
- Environment Display
- This feature will allow you to easily identify which environment you are working on
- Component Detail
- This feature will allow you to easily open up the corresponding node of your component in CRX Develop. معلومات أساسية عن التمديد
| الاسم | |
| ID | eknohlknldmboegkljihbhbfgpnmmlhn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/aem-chrome-tools/eknohlknldmboegkljihbhbfgpnmmlhn |
| الوصف | This Chrome extension will make your life as an AEM developer a bit easier. TESTED ON: - 6.3 - 6.4 FEATURES: - Environment… |
| حجم الملف | 533 KB |
| عدد التثبيتات | 65 |
| النسخة الحالية | 0.2 |
| آخر تحديث | 2019-03-31 |
| تاريخ النشر | 2019-03-29 |
| المطور | druwe.jeroen |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/Jdruwe/aem-chrome-tools |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AEM Chrome Tools",
"version": "0.2",
"permissions": [
"storage",
"notifications"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
" | |