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.
拡張機能の基本情報
名前 | AEM Wcmmode Disabler |
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 } |