AEM Helper
Helper extension for AEM development, switch views quickly, find pages quickly.
What is AEM Helper?
AEM Helper is a Chrome extension developed by Helmut Granda, and its main feature is "Helper extension for AEM development, switch views quickly, find pages quickly.".
Extension Screenshots
Download AEM Helper Extension CRX File
Download AEM Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | AEM Helper |
ID | fidibmjdafkenibaipefeemcmgkmfcnm |
Official URL | https://chromewebstore.google.com/detail/aem-helper/fidibmjdafkenibaipefeemcmgkmfcnm |
Description | Helper extension for AEM development, switch views quickly, find pages quickly. |
File Size | 48.46 KB |
Installation Count | 18 |
Current Version | 0.0.2 |
Last Updated | 2015-01-30 |
Publish Date | 2015-01-30 |
Developer | Helmut Granda |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM Helper", "version": "0.0.2", "manifest_version": 2, "description": "Helper extension for AEM development, switch views quickly, find pages quickly.", "homepage_url": "http:\/\/www.helmutgranda.com\/extensions\/aem", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "AEM Helper", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |