Mergely
Merge and diff documents online.
什么是Mergely?
Mergely是由Wilson开发的Chrome扩展程序,该扩展的主要功能是“Merge and diff documents online.”。
扩展截图
下载Mergely扩展crx文件
下载Mergely扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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'"
} | |