AEM Navigator

Useful for AEM developers for easy navigation.Useful for Touch UI.

AEM Navigatorとは何ですか?

AEM Navigatorはgargshubham730によって開発されたChromeの拡張機能で、その主な機能は「Useful for AEM developers for easy navigation.Useful for Touch UI.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AEM Navigator拡張機能のCRXファイルをダウンロード

AEM Navigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AEM Navigator is meant for AEM developers to ease them to navigate through various consoles easily and way faster.

Read the complete blog here
https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html

Features

1. Open page in-
Edit Mode
Disabled Mode
Open Page Properties directly and edit them
Open page in CRXDE directly 

2. Most used consoles
CRXDE
Package Manager
Welcome Page

3. Assets and Sites
Open DAM
Open Sites
Open Templates

4.Felix console
Bundles
Configuration Manager
AEM Logs

5.Miscellaneous
Debug Clienlibs
Query Builder 
Workflows
Useradmin
Miscadmin
Tags                    

拡張機能の基本情報

名前 AEM Navigator AEM Navigator
ID fhkechjkbbenaaoghnlmcepoolbfdmca
公式URL https://chromewebstore.google.com/detail/aem-navigator/fhkechjkbbenaaoghnlmcepoolbfdmca
説明 Useful for AEM developers for easy navigation.Useful for Touch UI.
ファイルサイズ 88.78 KB
インストール数 2,472
現在のバージョン 0.4
最終更新日 2019-12-23
公開日 2019-12-23
評価 5.00/5 合計 9 レビュー
開発者 gargshubham730
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://howtoaem.blogspot.com/2019/10/aem-navigator-chrome-extension-aem_24.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AEM Navigator",
    "description": "Useful for AEM developers for easy navigation.Useful for Touch UI.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}