Mergely
Merge and diff documents online.
Mergely란 무엇입니까?
Mergely은(는) Wilson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merge and diff documents online."입니다.
확장 프로그램 스크린샷
Mergely 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mergely is an online diff/merge editor and javascript library that highlights changes in similar texts. I can be used within your own web application to compare files, text, C, C++, Java, HTML, XML, CSS, and Javascript. All credit goes to http://www.mergely.com. For any issues, errors, bugs and enhancements, please contact me at [email protected] *No adware. No spyware. No walmare.
확장 프로그램 기본 정보
이름 | Mergely |
ID | dkmjbghnbbdmoaadjgdenpebnknpoddf |
공식 URL | https://chromewebstore.google.com/detail/mergely/dkmjbghnbbdmoaadjgdenpebnknpoddf |
설명 | Merge and diff documents online. |
파일 크기 | 63.09 KB |
설치 횟수 | 299 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-01-22 |
출시 날짜 | 2014-01-21 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | Wilson |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://tiny.cc/appsprivacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mergely", "version": "1.0", "description": "Merge and diff documents online.", "icons": { "16": "img\/icon_016.png", "48": "img\/icon_048.png", "128": "img\/icon_128.png" }, "browser_action": { "default_title": "Open the popup", "default_popup": "popup.html", "default_icon": "img\/icon_048.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |