OOXML Tools

View, edit, analyse and compare contents of OOXML documents.

OOXML Tools란 무엇입니까?

OOXML Tools은(는) https://chromeappsfactory.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View, edit, analyse and compare contents of OOXML documents."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

OOXML Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This application is meant for developers who are working on Office Open XML (OOXML or openXML) file formats (e.g. docx, pptx, xlsx etc). Developer working on Office Open XML format has to regularly analyze and edit the OOXML parts. For that he has to unarchive the OOXML document and open XML file part with some XML editor to analyze/edit its contents. He has to again zip the xml parts to create OOXML document. This process is painful and messy. Another common task OOXML developer has to perform is to compare 2 OOXML documents part by part to analyze the differences.

"OOXML Tools" contains 2 utility programs to simplify these tasks.

The first is called OOXML editor and it gets activated when user drags and drops single OOXML package onto the application area. OOXML editor shows file/folder hierarchy in the left panel just the way it is present in the OOXML package. Clicking the OOXML part from left panel shows its contents on the right panel. User can edit the OOXML part and save it. The editor also makes sure that after editing, the xml is well formed. 

The second utility gets activated when user drags and drops 2 OOXML package simultaneously on to the application area. User can select which files he wants to see on the left side and which on the right side. It then shows a nice review panel that lists OOXML parts side-by-side from both the OOXML package. Parts that have differences are marked in red. Parts that are added or lost are marked in blue. Double clicking on these highlighted items shows detailed XML level differences for these parts.                    

확장 프로그램 기본 정보

이름 OOXML Tools OOXML Tools
ID bjmmjfdegplhkefakjkccocjanekbapn
공식 URL https://chromewebstore.google.com/detail/ooxml-tools/bjmmjfdegplhkefakjkccocjanekbapn
설명 View, edit, analyse and compare contents of OOXML documents.
파일 크기 1.98 MB
설치 횟수 8,009
현재 버전 1.5.2
최근 업데이트 2018-08-29
출시 날짜 2018-08-29
평점 4.49/5 총 35 개의 평점
개발자 https://chromeappsfactory.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OOXML Tools",
    "version": "1.5.2",
    "manifest_version": 2,
    "description": "View, edit, analyse and compare contents of OOXML documents.",
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "24.0.1307.0",
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_title": "OOXML Tools"
    }
}