Mergely
Merge and diff documents online.
Cos'è Mergely?
Mergely è un'estensione di Chrome sviluppata da Wilson, e la sua funzione principale è "Merge and diff documents online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mergely
Scarica i file di estensione Mergely in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dkmjbghnbbdmoaadjgdenpebnknpoddf |
| URL Ufficiale | https://chromewebstore.google.com/detail/mergely/dkmjbghnbbdmoaadjgdenpebnknpoddf |
| Descrizione | Merge and diff documents online. |
| Dimensione del File | 63.09 KB |
| Conteggio Installazioni | 299 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2014-01-22 |
| Data di Pubblicazione | 2014-01-21 |
| Valutazione | 4.25/5 Totale 4 Valutazioni |
| Sviluppatore | Wilson |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://tiny.cc/appsprivacy |
| Lingue Supportate | 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'"
} | |