Mergely

Merge and diff documents online.

What is Mergely?

Mergely is a Chrome extension developed by Wilson, and its main feature is "Merge and diff documents online.".

Extension Screenshots

screenshot

Download Mergely Extension CRX File

Download Mergely extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mergely Mergely
ID dkmjbghnbbdmoaadjgdenpebnknpoddf
Official URL https://chromewebstore.google.com/detail/mergely/dkmjbghnbbdmoaadjgdenpebnknpoddf
Description Merge and diff documents online.
File Size 63.09 KB
Installation Count 299
Current Version 1.0
Last Updated 2014-01-22
Publish Date 2014-01-21
Rating 4.25/5 Total 4 Ratings
Developer Wilson
Email [email protected]
Payment Type free
Privacy Policy Page URL http://tiny.cc/appsprivacy
Supported Languages 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'"
}