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
官方網址 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"
    ]
}