AEM Smart Extension
Demonstrate Copy Component section from page to page.
AEM Smart Extensionとは何ですか?
AEM Smart Extensionはchandut027によって開発されたChromeの拡張機能で、その主な機能は「Demonstrate Copy Component section from page to page.」です。
拡張機能のスクリーンショット
AEM Smart Extension拡張機能のCRXファイルをダウンロード
AEM Smart Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Short cut keys for AEM developers and Authors. 1. Shortcut to sites, crxde, packages, dam, tags, replication 2. Shortcut to Logs, Query builder, bundles, jmx 3. Switching to edit, preview, disabled modes 4. one click generate csv of all child pages.
拡張機能の基本情報
名前 | AEM Smart Extension |
ID | hblcjmabgkaocdbkbilebabifebhmklp |
公式URL | https://chromewebstore.google.com/detail/aem-smart-extension/hblcjmabgkaocdbkbilebabifebhmklp |
説明 | Demonstrate Copy Component section from page to page. |
ファイルサイズ | 91.27 KB |
インストール数 | 100 |
現在のバージョン | 5 |
最終更新日 | 2018-09-12 |
公開日 | 2018-09-12 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | chandut027 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM Smart Extension", "version": "5", "description": "Demonstrate Copy Component section from page to page.", "background": { "persistent": false, "scripts": [ "smart.js" ] }, "browser_action": { "default_icon": "smart.png", "default_title": "AEM Smart" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |