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…
¿Qué es AEM Chrome Tools?
AEM Chrome Tools es una extensión de Chrome desarrollada por druwe.jeroen, y su función principal es "This Chrome extension will make your life as an AEM developer a bit easier. TESTED ON: - 6.3 - 6.4 FEATURES: - Environment…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AEM Chrome Tools
Descarga archivos de extensión AEM Chrome Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AEM Chrome Tools |
ID | eknohlknldmboegkljihbhbfgpnmmlhn |
URL Oficial | https://chromewebstore.google.com/detail/aem-chrome-tools/eknohlknldmboegkljihbhbfgpnmmlhn |
Descripción | This Chrome extension will make your life as an AEM developer a bit easier. TESTED ON: - 6.3 - 6.4 FEATURES: - Environment… |
Tamaño del Archivo | 533 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 0.2 |
Última Actualización | 2019-03-31 |
Fecha de Publicación | 2019-03-29 |
Desarrollador | druwe.jeroen |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Jdruwe/aem-chrome-tools |
Idiomas Soportados | 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": [ " |