Color Diff for Gmail™
This extension colors source code's diff inline of an email.
Wat is Color Diff for Gmail™?
Color Diff for Gmail™ is een Chrome-extensie ontwikkeld door Mikhail Nasyrov, en de belangrijkste functie is "This extension colors source code's diff inline of an email.".
Extensie Screenshots
Download het CRX-bestand van de extensie Color Diff for Gmail™
Download Color Diff for Gmail™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Source code: https://github.com/mnasyrov/gcolordiff
Basisinformatie over de Extensie
Naam | |
ID | ijpjalhclnijdndandfhhdgiiojhckde |
Officiële URL | https://chrome.google.com/webstore/detail/color-diff-for-gmail/ijpjalhclnijdndandfhhdgiiojhckde |
Beschrijving | This extension colors source code's diff inline of an email. |
Bestandsgrootte | 6.33 KB |
Aantal Installaties | 107 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2018-05-25 |
Publicatiedatum | 2018-05-25 |
Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Mikhail Nasyrov |
Betalingswijze | free |
Extensiewebsite | https://github.com/mnasyrov/gcolordiff |
Ondersteunde Talen | 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" } ] } |