MG Text Emojis
Copy paste emojis as unicode symbols fuss-free for PC.
什么是MG Text Emojis?
MG Text Emojis是由Max Grass开发的Chrome扩展程序,该扩展的主要功能是“Copy paste emojis as unicode symbols fuss-free for PC.”。
扩展截图
下载MG Text Emojis扩展crx文件
下载MG Text Emojis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 👊
扩展基本信息
名称 | |
ID | ekhkiabhnencdhkccablmhknpikgceoe |
官方URL | https://chrome.google.com/webstore/detail/mg-text-emojis/ekhkiabhnencdhkccablmhknpikgceoe |
简介 | Copy paste emojis as unicode symbols fuss-free for PC. |
文件大小 | 136 KB |
安装次数 | 543 |
当前版本 | 2.0.0 |
更新时间 | 2017-03-10 |
上架时间 | 2017-03-10 |
评分 | 4.25/5 共12次评分 |
开发者 | Max Grass |
付费类型 | free |
支持的语言 | 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" ] } |