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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AEM Chrome Tools |
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": [ " |