Color Diff for Gmail™
This extension colors source code's diff inline of an email.
What is Color Diff for Gmail™?
Color Diff for Gmail™ is a Chrome extension developed by Mikhail Nasyrov, and its main feature is "This extension colors source code's diff inline of an email.".
Extension Screenshots
Download Color Diff for Gmail™ Extension CRX File
Download Color Diff for Gmail™ 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
Source code: https://github.com/mnasyrov/gcolordiff
Extension Basic Information
Name | |
ID | ijpjalhclnijdndandfhhdgiiojhckde |
Official URL | https://chrome.google.com/webstore/detail/color-diff-for-gmail/ijpjalhclnijdndandfhhdgiiojhckde |
Description | This extension colors source code's diff inline of an email. |
File Size | 6.33 KB |
Installation Count | 107 |
Current Version | 0.1.6 |
Last Updated | 2018-05-25 |
Publish Date | 2018-05-25 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Mikhail Nasyrov |
Payment Type | free |
Extension Website | https://github.com/mnasyrov/gcolordiff |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Diff for Gmail\u2122", "version": "0.1.6", "manifest_version": 2, "description": "This extension colors source code's diff inline of an email.", "permissions": [ "https:\/\/mail.google.com\/*" ], "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gcolordiff.js" ], "css": [ "gcolordiff.css" ], "run-at": "document_end" } ] } |