Color Diff for Gmail™
This extension colors source code's diff inline of an email.
Color Diff for Gmail™とは何ですか?
Color Diff for Gmail™はMikhail Nasyrovによって開発されたChromeの拡張機能で、その主な機能は「This extension colors source code's diff inline of an email.」です。
拡張機能のスクリーンショット
Color Diff for Gmail™拡張機能のCRXファイルをダウンロード
Color Diff for Gmail™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Source code: https://github.com/mnasyrov/gcolordiff
拡張機能の基本情報
名前 | |
ID | ijpjalhclnijdndandfhhdgiiojhckde |
公式URL | https://chrome.google.com/webstore/detail/color-diff-for-gmail/ijpjalhclnijdndandfhhdgiiojhckde |
説明 | This extension colors source code's diff inline of an email. |
ファイルサイズ | 6.33 KB |
インストール数 | 107 |
現在のバージョン | 0.1.6 |
最終更新日 | 2018-05-25 |
公開日 | 2018-05-25 |
評価 | 4.88/5 合計 8 レビュー |
開発者 | Mikhail Nasyrov |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mnasyrov/gcolordiff |
対応言語 | 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" } ] } |