Emojityper
The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍
Emojityper là gì?
Emojityper là một tiện ích mở rộng Chrome được phát triển bởi https://emojityper.com, và tính năng chính của nó là "The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍".
Ả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 Emojityper
Tải xuống các tệp mở rộng Emojityper 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
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! 😂⌨
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Emojityper |
ID | cbkooiohnnlhpelnllknmenlhiglnkap |
URL Chính Thức | https://chromewebstore.google.com/detail/emojityper/cbkooiohnnlhpelnllknmenlhiglnkap |
Mô tả | The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍 |
Kích Thước Tệp | 21.49 KB |
Số Lần Cài Đặt | 2,191 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-09-14 |
Ngày Phát Hành | 2019-07-06 |
Đánh Giá | 4.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://emojityper.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://whistlr.info |
URL Trang Trợ Giúp | https://twitter.com/samthor |
Ngôn Ngữ Được Hỗ Trợ | 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 } |