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.
擴展基本資訊
名稱 | Mergely |
ID | dkmjbghnbbdmoaadjgdenpebnknpoddf |
官方網址 | 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'" } |