AEM Helper
Helper extension for AEM development, switch views quickly, find pages quickly.
AEM Helperとは何ですか?
AEM HelperはHelmut Grandaによって開発されたChromeの拡張機能で、その主な機能は「Helper extension for AEM development, switch views quickly, find pages quickly.」です。
拡張機能のスクリーンショット
AEM Helper拡張機能のCRXファイルをダウンロード
AEM Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | AEM Helper |
ID | fidibmjdafkenibaipefeemcmgkmfcnm |
公式URL | https://chromewebstore.google.com/detail/aem-helper/fidibmjdafkenibaipefeemcmgkmfcnm |
説明 | Helper extension for AEM development, switch views quickly, find pages quickly. |
ファイルサイズ | 48.46 KB |
インストール数 | 18 |
現在のバージョン | 0.0.2 |
最終更新日 | 2015-01-30 |
公開日 | 2015-01-30 |
開発者 | Helmut Granda |
支払い方法 | free |
対応言語 | 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:\/\/*\/*" ] } |