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
电子邮箱 [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"
    ]
}