Emoji Insert
Insert text Emoji's with the right-click context menu
Emoji Insert là gì?
Emoji Insert là một tiện ích mở rộng Chrome được phát triển bởi zXxQuaDxXz, và tính năng chính của nó là "Insert text Emoji's with the right-click context menu".
Ả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 Insert
Tải xuống các tệp mở rộng Emoji Insert 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
This is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided. Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me Update 1.4: --> Consolidated Menu
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fnacehmbogancnfjgmdmeicophoekfma |
URL Chính Thức | https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma |
Mô tả | Insert text Emoji's with the right-click context menu |
Kích Thước Tệp | 26.78 KB |
Số Lần Cài Đặt | 212 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2018-11-27 |
Ngày Phát Hành | 2018-11-27 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | zXxQuaDxXz |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emoji Insert", "description": "Insert text Emoji's with the right-click context menu", "version": "1.4", "permissions": [ "contextMenus", "tabs", "activeTab" ], "background": { "scripts": [ "EmojiContextMenu.js" ] }, "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" } } |