Emojityper
The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍
什么是Emojityper?
Emojityper是由https://emojityper.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍”。
扩展截图
下载Emojityper扩展crx文件
下载Emojityper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Emoji ready to copy and paste! No permissions required, just lives as an icon next to your URL bar. Works offline even without internet 📴
Open with ⌘/Ctrl-Shift-E (or click the icon). Type words to get emoji, hit enter to copy.
(If ⌘/Ctrl-Shift-E doesn't work, try opening chrome://extensions/shortcuts and ensuring the shortcut is enabled).
List of all emoji, just type some words to get emoji. Laughing crying emoji! Emojis! Smiley faces! Keyword stuffing!
😂⌨ 扩展基本信息
| 名称 | |
| ID | cbkooiohnnlhpelnllknmenlhiglnkap |
| 官方URL | https://chromewebstore.google.com/detail/emojityper/cbkooiohnnlhpelnllknmenlhiglnkap |
| 简介 | The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍 |
| 文件大小 | 21.49 KB |
| 安装次数 | 2,191 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-09-14 |
| 上架时间 | 2019-07-06 |
| 评分 | 4.80/5 共10次评分 |
| 开发者 | https://emojityper.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://whistlr.info |
| 帮助页面URL | https://twitter.com/samthor |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Emojityper",
"version": "1.0",
"description": "The easiest way to type emoji on your keyboard, just type and press enter to copy \ud83d\ude02\u2328\ufe0f\ud83d\udcaf\ud83d\udc4d",
"action": {
"default_popup": "embedder.html",
"default_title": "Emojityper",
"default_icon": {
"128": "res\/icon-128.png",
"64": "res\/icon-64.png"
}
},
"icons": {
"512": "res\/icon-512.png",
"256": "res\/icon-256.png",
"128": "res\/icon-128.png",
"64": "res\/icon-64.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+E",
"mac": "Command+Shift+E",
"chromeos": "Ctrl+Shift+E",
"linux": "Ctrl+Shift+E"
}
}
},
"manifest_version": 3
} | |