Chrome AEM Plugin
Plugin to save time debugging as an AEM developer.
Chrome AEM Plugin là gì?
Chrome AEM Plugin là một tiện ích mở rộng Chrome được phát triển bởi Koen Van Eeghem, và tính năng chính của nó là "Plugin to save time debugging as an AEM developer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chrome AEM Plugin
Tải xuống các tệp mở rộng Chrome AEM Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
While developing an AEM application, it can be frustrating to have to switch between CRX/DE, the sites console (Touch UI) and a preview of the page. This extension provides a handy way of switching to one of these views, without having to meddle with the URL yourself.
What's new in version 2.0.0?
- A new look! Because who doesn't like a makeover?
- You can now use your well-known shortcuts on a page preview as well!
- Removed the keyboard shortcut to open the current page's properties in favour for a "open in edit" keyboard shortcut you can use on published pages.
Shortcuts!
Use the following shortcuts so you don't even have to open the extension:
* Alt+Shift+C: Open in CRX
* Alt+Shift+E: Open in Edit
* Alt+Shift+D: Open in Preview (wcmmode=disabled)
* Alt+Shift+S: Open in Sites
→ You can customise the shortcuts by going to chrome://extensions and then selecting "Keyboard Shortcuts" from the hamburger menu on the left.
Set-up mappings to IP addresses:
- In the extension options, you can add a mapping for a domain to its IP. This could be necessary, because access to CRX/DE may be blocked on dispatcher level.
- You can add as many mappings as you want.
- The mappings are ONLY stored locally, and are not saved/gathered by the extension in any way.
- Feedback or suggestions? Just drop an e-mail to [email protected]!
- Like the plugin? Be sure to leave a review ;)
___________________________
What's new in version 1.3.0?
- Added the possibility to open the current page's properties (in a new tab!). The standard shortcut is Alt + Shift + P, but this can be customised however you like!
This extension is NOT affiliated with, funded, or in any way associated with Adobe®️ or Adobe Experience Manager®️. Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | kodhebfijficlflpocjnbcpeggdgkddd |
| URL Chính Thức | https://chrome.google.com/webstore/detail/chrome-aem-plugin/kodhebfijficlflpocjnbcpeggdgkddd |
| Mô tả | Plugin to save time debugging as an AEM developer. |
| Kích Thước Tệp | 59.47 KB |
| Số Lần Cài Đặt | 837 |
| Phiên Bản Hiện Tại | 2.0.0 |
| Cập Nhật Lần Cuối | 2021-03-17 |
| Ngày Phát Hành | 2019-07-30 |
| Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
| Nhà Phát Triển | Koen Van Eeghem |
| [email protected] | |
| Loại Thanh Toán | free |
| Ngôn Ngữ Được Hỗ Trợ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome AEM Plugin",
"description": "Plugin to save time debugging as an AEM developer.",
"version": "2.0.0",
"permissions": [
"declarativeContent",
"storage",
"tabs",
"activeTab"
],
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/aem-plugin-16.png",
"32": "images\/aem-plugin-32.png",
"48": "images\/aem-plugin-48.png",
"128": "images\/aem-plugin-128.png"
}
},
"icons": {
"16": "images\/aem-plugin-16.png",
"32": "images\/aem-plugin-32.png",
"48": "images\/aem-plugin-48.png",
"128": "images\/aem-plugin-128.png"
},
"options_page": "options.html",
"commands": {
"openInEdit": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"windows": "Alt+Shift+E",
"mac": "Alt+Shift+E"
},
"description": "Shortcut to open current page in edit mode"
},
"openInCrx": {
"suggested_key": {
"default": "Ctrl+Shift+C",
"windows": "Alt+Shift+C",
"mac": "Alt+Shift+C"
},
"description": "Shortcut to open current page in CRX\/DE"
},
"openInPreview": {
"suggested_key": {
"default": "Ctrl+Shift+D",
"windows": "Alt+Shift+D",
"mac": "Alt+Shift+D"
},
"description": "Shortcut to open current page as published (wcmmode=Disabled)"
},
"openInSites": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"windows": "Alt+Shift+S",
"mac": "Alt+Shift+S"
},
"description": "Shortcut to open current page in the sites console"
}
}
} | |