Color Diff for Gmail™
This extension colors source code's diff inline of an email.
Color Diff for Gmail™ là gì?
Color Diff for Gmail™ là một tiện ích mở rộng Chrome được phát triển bởi Mikhail Nasyrov, và tính năng chính của nó là "This extension colors source code's diff inline of an email.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Color Diff for Gmail™
Tải xuống các tệp mở rộng Color Diff for Gmail™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Source code: https://github.com/mnasyrov/gcolordiff
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ijpjalhclnijdndandfhhdgiiojhckde |
URL Chính Thức | https://chrome.google.com/webstore/detail/color-diff-for-gmail/ijpjalhclnijdndandfhhdgiiojhckde |
Mô tả | This extension colors source code's diff inline of an email. |
Kích Thước Tệp | 6.33 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2018-05-25 |
Ngày Phát Hành | 2018-05-25 |
Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Mikhail Nasyrov |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mnasyrov/gcolordiff |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |