AEM Switcher

This extension helps to switch between editor mode and 'publish' mode on AEM projects

AEM Switcherとは何ですか?

AEM Switcherはhttps://doisbit.comによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to switch between editor mode and 'publish' mode on AEM projects」です。

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

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

拡張機能の使用方法

                        Switch between AEM versions.

Automatically gets the current URL you are and send you to the opposite version.

If you are in editor.html mode, it sends you to a publish preview version, otherwise it sends back to the editor mode.                    

拡張機能の基本情報

名前 AEM Switcher AEM Switcher
ID fkhkhbjfbjplgfckiohconfccjacdkon
公式URL https://chromewebstore.google.com/detail/aem-switcher/fkhkhbjfbjplgfckiohconfccjacdkon
説明 This extension helps to switch between editor mode and 'publish' mode on AEM projects
ファイルサイズ 6.58 KB
インストール数 66
現在のバージョン 1.0
最終更新日 2017-08-10
公開日 2017-08-10
評価 5.00/5 合計 2 レビュー
開発者 https://doisbit.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AEM Switcher",
    "description": "This extension helps to switch between editor mode and 'publish' mode on AEM projects",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "aem-switcher.html",
        "default_title": "Switch AEM mode"
    },
    "permissions": [
        "activeTab"
    ]
}