Microsoft Teams Emojinator
Adds emoji to microsoft teams via an external emoji server!
Microsoft Teams Emojinator là gì?
Microsoft Teams Emojinator là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Adds emoji to microsoft teams via an external emoji server!".
Ả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 Microsoft Teams Emojinator
Tải xuống các tệp mở rộng Microsoft Teams Emojinator 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
Use all of your favorite emoji in Microsoft teams! They do not support custom emoticons be default, this allows the web app to support viewing custom emoji hosted externally. This requires an external emoji server to host the images for your team, channel, or organization Use the extension settings page to configure the remote URL for the emoji server Further documentation and source here: https://github.com/dsmiller95/microsoft-teams-emojifier
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Microsoft Teams Emojinator |
ID | eflminelddfglcbimfpncahdiacnnegk |
URL Chính Thức | https://chromewebstore.google.com/detail/microsoft-teams-emojinato/eflminelddfglcbimfpncahdiacnnegk |
Mô tả | Adds emoji to microsoft teams via an external emoji server! |
Kích Thước Tệp | 11.57 KB |
Số Lần Cài Đặt | 2,101 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-06-02 |
Ngày Phát Hành | 2020-06-01 |
Đánh Giá | 1.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dsmiller95/microsoft-teams-emojifier |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Microsoft Teams Emojinator", "version": "1.3", "description": "Adds emoji to microsoft teams via an external emoji server!", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com.us3.cas.ms\/*" ], "run_at": "document_idle", "js": [ "payload.js" ] } ], "icons": { "16": "thonk16.png", "32": "thonk32.png", "48": "thonk48.png", "128": "thonk128.png" }, "options_page": "options.html", "manifest_version": 2 } |