EmojiDisplay
This extension replaces emoticon text with the Apple Emojis.
EmojiDisplay là gì?
EmojiDisplay 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à "This extension replaces emoticon text with the Apple Emojis.".
Ả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 EmojiDisplay
Tải xuống các tệp mở rộng EmojiDisplay 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
EmojiDisplay is a Chrome extension, which replaces text versions of the emojis into images (for operating systems that do not automatically support this feature). e.g. Special characters 😀, 😁, 😂, 😃, etc. are replaced with graphics of Apple Emojis.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EmojiDisplay |
ID | gichgflklefnkeffjbefmcagecfndbjl |
URL Chính Thức | https://chromewebstore.google.com/detail/emojidisplay/gichgflklefnkeffjbefmcagecfndbjl |
Mô tả | This extension replaces emoticon text with the Apple Emojis. |
Kích Thước Tệp | 18.6 MB |
Số Lần Cài Đặt | 332 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-11-19 |
Ngày Phát Hành | 2018-11-14 |
Đánh Giá | 2.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.ranjotsingh.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EmojiDisplay", "description": "This extension replaces emoticon text with the Apple Emojis.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "pics\/*.png", "res.json" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |