AEM CRX - Power Editor
Replacement of CRX Editor to support better editing experience
AEM CRX - Power Editorとは何ですか?
AEM CRX - Power Editorはhirohitnagareによって開発されたChromeの拡張機能で、その主な機能は「Replacement of CRX Editor to support better editing experience」です。
拡張機能のスクリーンショット
AEM CRX - Power Editor拡張機能のCRXファイルをダウンロード
AEM CRX - Power Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The purpose of this extension is to allow AEM Developers to have better editing experience on AEM CRX Editor. CRX Power Editor provides below features: 1. Smart Code Editor : This extension on the fly changes the CodeMirror IDE to better IDE such as Visual Studio Editor or Code Mirror 6. 2. Colour Themes: Colour themes are supported to enjoy the personalized colour schemes such dark/light etc. This extension can be disabled or enabled for specific site. Please note that this extension can be enabled only on the /crx/de/index.jsp pages and cannot be used for any other purposes. --------------------------------------Update 1.2.1---------------------------------- * Minimap Toggle Switch Introduced --------------------------------------Update 1.2.0---------------------------------- * Fixed broken UI when query tool is opened * Fixed themes * Fixed internal build process * Enhanced UI --------------------------------------Update 1.1.0---------------------------------- Removed in 1.1.0 => Editor Hook(ms): This timer in milliseconds will check new crx tabs opened after specific time and convert them into the better editor. * Removed EditorHook and used the Mutation Observer to avoid infinite loop of setInterval to observe files opened. * Fixed blank file issue when there is delay of opening large files or over slow network. * Fixed bugs in the Visual Studio editor for loading Markdown/Properties/Handlebar files. * Added bunch of exciting themes for Visual Studio Code and Code Mirror.
拡張機能の基本情報
名前 | AEM CRX - Power Editor |
ID | jodhkjeijpelljecgcgcfmhcffgiknom |
公式URL | https://chromewebstore.google.com/detail/aem-crx-power-editor/jodhkjeijpelljecgcgcfmhcffgiknom |
説明 | Replacement of CRX Editor to support better editing experience |
ファイルサイズ | 3.02 MB |
インストール数 | 408 |
現在のバージョン | 1.2.1 |
最終更新日 | 2023-02-18 |
公開日 | 2022-09-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | hirohitnagare |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://medium.com/@hirohitnagare/aem-crx-power-editor-b0c39861465 |
ヘルプページのURL | https://medium.com/@hirohitnagare/aem-crx-power-editor-b0c39861465 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AEM CRX - Power Editor", "version": "1.2.1", "description": "Replacement of CRX Editor to support better editing experience", "author": "Rohit Nagare", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "AEM CRX - Power Editor" }, "permissions": [ "storage" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ " |