Emoji Parser
Input emojis using the universal shortcodes anywhere in your browser
什么是Emoji Parser?
Emoji Parser是由guisers开发的Chrome扩展程序,该扩展的主要功能是“Input emojis using the universal shortcodes anywhere in your browser”。
扩展截图
下载Emoji Parser扩展crx文件
下载Emoji Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Selecting from an emoji menu can be tiresome with all the clicking. Now you can use the standard emoji shortcodes like :joy: 😂, :poop: 💩, :eggplant: 🍆, and etc. You can find an exhaustive list of emoji shortcodes here http://www.emoji-cheat-sheet.com/. Some of them are hard to remember, so a helpful toolbox with suggestions will also appear on the bottom right corner of your screen when you begin typing shortcodes. Simple, clutter-free, and easy to use!
Totally free, and totally ad-free. Doesn't track your conversations.
*Supports Facebook chat, Whatsapp Web, Gmail, and common input boxes
** Let me know if you find an application that doesn't work that you would like to see support added for!
Thanks! 扩展基本信息
| 名称 | |
| ID | lgjihgjddllimafionnfpgeppblknljk |
| 官方URL | https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk |
| 简介 | Input emojis using the universal shortcodes anywhere in your browser |
| 文件大小 | 24.95 KB |
| 安装次数 | 126 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2016-10-09 |
| 上架时间 | 2016-10-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | guisers |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Emoji Parser",
"description": "Input emojis using the universal shortcodes anywhere in your browser",
"version": "0.1.0",
"icons": {
"128": "icon.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content_script.js"
]
}
]
} | |