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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AEM CRX - Power Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "init.css"
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/endorsed\/CodeMirror2\/mode\/css\/css.js",
                "\/endorsed\/CodeMirror2\/mode\/html\/html.js",
                "\/endorsed\/CodeMirror2\/mode\/txt\/txt.js",
                "\/endorsed\/CodeMirror2\/mode\/htmlembedded\/htmlembedded.js",
                "\/endorsed\/CodeMirror2\/mode\/javascript\/javascript.js",
                "134.js",
                "288.js",
                "377.js",
                "525.js",
                "571.js",
                "593.js",
                "653.js",
                "665.js",
                "717.js",
                "75.js",
                "902.js",
                "954.js",
                "codicon.ttf",
                "css.worker.js",
                "editor.worker.js",
                "html.worker.js",
                "init.css",
                "init.js",
                "json.worker.js",
                "main.css",
                "main.js",
                "mCSB_buttons.png",
                "ts.worker.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}