Copy XML
Copies XML text, tries to indent and places it under the extension button
Copy XML란 무엇입니까?
Copy XML은(는) Juan Cortines에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copies XML text, tries to indent and places it under the extension button"입니다.
확장 프로그램 스크린샷
Copy XML 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This plugin is for people who often needs to copy ugly XML messages from the browser. The plugin will try to fix and indent the XML. Once the plugin is installed, select the XML text, right-click and the select "Copy XML". After that the processed result is available under the extension button and the user can copy/paste it. Revision history: 0.6 - some bug fixes 0.5 - updated icons 0.4 - xml indentation size control 0.3 - first release
확장 프로그램 기본 정보
이름 | Copy XML |
ID | fhhnocjlgkkmbmfiaejgnndmgokaleed |
공식 URL | https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed |
설명 | Copies XML text, tries to indent and places it under the extension button |
파일 크기 | 9.34 KB |
설치 횟수 | 250 |
현재 버전 | 0.6 |
최근 업데이트 | 2013-06-02 |
출시 날짜 | 2013-06-02 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Juan Cortines |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy XML", "description": "Copies XML text, tries to indent and places it under the extension button", "version": "0.6", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-s.png", "48": "icon-m.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |