Emoji Parser
Input emojis using the universal shortcodes anywhere in your browser
Emoji Parser là gì?
Emoji Parser là một tiện ích mở rộng Chrome được phát triển bởi guisers, và tính năng chính của nó là "Input emojis using the universal shortcodes anywhere in your browser".
Ả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 Emoji Parser
Tải xuống các tệp mở rộng Emoji Parser 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Emoji Parser |
ID | lgjihgjddllimafionnfpgeppblknljk |
URL Chính Thức | https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk |
Mô tả | Input emojis using the universal shortcodes anywhere in your browser |
Kích Thước Tệp | 24.95 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2016-10-09 |
Ngày Phát Hành | 2016-10-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | guisers |
[email protected] | |
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": "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" ] } ] } |