MG Text Emojis
Copy paste emojis as unicode symbols fuss-free for PC.
MG Text Emojis là gì?
MG Text Emojis là một tiện ích mở rộng Chrome được phát triển bởi Max Grass, và tính năng chính của nó là "Copy paste emojis as unicode symbols fuss-free for PC.".
Ả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 MG Text Emojis
Tải xuống các tệp mở rộng MG Text Emojis 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
SELECT AND PASTE. Easy as that. Emoji(s) is copied into the clipboard when you select one! One Emoji at a time, for now. NEW! new Emojis (Unicode 9) added. ENJOY! This was tested under Windows 10. IMPORTANT (old chrome versions): 1. COLORED EMOJI supported from version 53! 2. Skin-Colored Emojis consist of TWO Symbols (the second is a rectangle), just copy BOTH and paste where needed. Read the titles of sections for actual color. 3. For "extra" unicode7 emojis install a font if you see rectangles: http://users.teilar.gr/~g1951d/Symbola.zip Support [email protected] Have fun 👊
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ekhkiabhnencdhkccablmhknpikgceoe |
URL Chính Thức | https://chrome.google.com/webstore/detail/mg-text-emojis/ekhkiabhnencdhkccablmhknpikgceoe |
Mô tả | Copy paste emojis as unicode symbols fuss-free for PC. |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 543 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2017-03-10 |
Ngày Phát Hành | 2017-03-10 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Max Grass |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MG Text Emojis", "short_name": "MGEmojis", "version": "2.0.0", "author": "Max Grass (http:\/\/maxgrass.eu)", "description": "Copy paste emojis as unicode symbols fuss-free for PC.", "permissions": [ "storage", "tabs" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |