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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | ncmdboojeiengljgkmbohlhmocafimhn |
| 官方URL | 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
} | |