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 } |