XML Editor

XML Code Editor and Validator designed for Chrome

XML Editor란 무엇입니까?

XML Editor은(는) https://www.mediamaster.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "XML Code Editor and Validator designed for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

XML Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Edit your file XML directly on your Chrome browser with advanced search and replace

Product Features
- Free.
- Editor Highlight code with advanced content search.
- Undo and redo.
- Search and Replace.
- Jump to line.
- Validation of XML.
- Save the project in an xml file.
- Opening the file in xml format.
- Export of the code in pdf.
- Button for sharing via email the code.
- Beautify xml and folder tree xml code
=============
- Release 1.3.0 - Reordered the XML editor toolbar and removed unnecessary permissions for the extension
- Release 1.2.8 - Added button to edit code in full screen mode
- Release 1.2.5 - Fixed bug to open local xml file from your filesystem
- Release 1.2.4.1 - Removed some permissions not required from file manifest of extension
- Release 1.2.1 - Added search input in file list
- Release 1.2.0: Added chrome filesystem function to save code in webapp. Improved save code to PDF and now you can to print code in Google Cloud Print  (this function work online)
- Release 1.1.2: Keyboard shortcuts to search and replace strings                    

확장 프로그램 기본 정보

이름 XML Editor XML Editor
ID offpnjldifddbopdmimolhcjniloicin
공식 URL https://chromewebstore.google.com/detail/xml-editor/offpnjldifddbopdmimolhcjniloicin
설명 XML Code Editor and Validator designed for Chrome
파일 크기 758 KB
설치 횟수 2,000
현재 버전 1.3.0
최근 업데이트 2023-10-16
출시 날짜 2020-05-04
평점 5.00/5 총 1 개의 평점
개발자 https://www.mediamaster.eu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://play.google.com/store/apps/details?id=com.ulm.xmleditor
개인정보 보호 정책 페이지 URL https://ulmdevice.altervista.org/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XML Editor",
    "short_name": "XML Code Editor",
    "description": "XML Code Editor and Validator designed for Chrome",
    "version": "1.3.0",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_128.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; frame-src 'self' https:\/\/www.google.com\/cloudprint\/; default-src 'self'; media-src *; img-src * data:; style-src 'self' 'unsafe-inline'; font-src *; child-src *; connect-src *; base-uri *",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}