AEM Wcmmode Disabler

Active this to automatically put ?wcmmode=disabled

什麼是AEM Wcmmode Disabler?

AEM Wcmmode Disabler是由zanomate開發的Chrome擴展程式,該擴展的主要功能是“Active this to automatically put ?wcmmode=disabled”。

擴展截圖

screenshot

下載AEM Wcmmode Disabler擴展crx文件

下載AEM Wcmmode Disabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows navigation on AEM author instances with wcmmode parameter ALWAYS 
set on "disabled" value, even when you change your current page.                    

擴展基本資訊

名稱 AEM Wcmmode Disabler AEM Wcmmode Disabler
ID ncmdboojeiengljgkmbohlhmocafimhn
官方網址 https://chromewebstore.google.com/detail/aem-wcmmode-disabler/ncmdboojeiengljgkmbohlhmocafimhn
簡介 Active this to automatically put ?wcmmode=disabled
檔案大小 7.77 KB
安裝次數 76
目前版本 2.0
更新時間 2017-05-16
上架時間 2017-05-16
評分 5.00/5 共 2 次評分
開發者 zanomate
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AEM Wcmmode Disabler",
    "description": "Active this to automatically put ?wcmmode=disabled",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Wcmmode disabler",
        "default_icon": "icon_disabled.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}