Hangouts GitHub Emojifier
Converts Emoji on GitHub to Google-style Emoji
Hangouts GitHub Emojifier là gì?
Hangouts GitHub Emojifier là một tiện ích mở rộng Chrome được phát triển bởi Paul Betts, và tính năng chính của nó là "Converts Emoji on GitHub to Google-style Emoji".
Ả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 Hangouts GitHub Emojifier
Tải xuống các tệp mở rộng Hangouts GitHub Emojifier 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
This Extension works on GitHub.com to replace all of their Apple-style Emoji with Google-style Emoji.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hangouts GitHub Emojifier |
ID | gnmkclfcadpmdkbihlgdebnnlolabgll |
URL Chính Thức | https://chromewebstore.google.com/detail/hangouts-github-emojifier/gnmkclfcadpmdkbihlgdebnnlolabgll |
Mô tả | Converts Emoji on GitHub to Google-style Emoji |
Kích Thước Tệp | 24.28 KB |
Số Lần Cài Đặt | 176 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2015-03-08 |
Ngày Phát Hành | 2015-03-07 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Paul Betts |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/paulcbetts/github-emoji-switcher |
URL Trang Trợ Giúp | https://github.com/paulcbetts/github-emoji-switcher/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hangouts GitHub Emojifier", "description": "Converts Emoji on GitHub to Google-style Emoji", "version": "0.1.0", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "permissions": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.github.com\/*", "https:\/\/github.com\/*" ], "run_at": "document_end", "js": [ "scripts\/main.min.js" ] } ] } |