Emoji
Insert emojis using a web browser, and customise the experience and the add-on in Settings.
Emoji là gì?
Emoji là một tiện ích mở rộng Chrome được phát triển bởi https://saveriomorelli.com, và tính năng chính của nó là "Insert emojis using a web browser, and customise the experience and the add-on in Settings.".
Ả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
Tải xuống các tệp mở rộng Emoji 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
Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Emoji |
ID | kjepehkgbooeigeflhiogplnckadlife |
URL Chính Thức | https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife |
Mô tả | Insert emojis using a web browser, and customise the experience and the add-on in Settings. |
Kích Thước Tệp | 38.07 MB |
Số Lần Cài Đặt | 655 |
Phiên Bản Hiện Tại | 3.21 |
Cập Nhật Lần Cuối | 2024-01-25 |
Ngày Phát Hành | 2020-06-28 |
Đánh Giá | 4.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://saveriomorelli.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Sav22999/emoji |
URL Trang Trợ Giúp | https://github.com/Sav22999/emoji |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Emoji", "version": "3.21", "author": "Saverio Morelli (Sav22999)", "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.", "icons": { "16": ".\/img\/icon-dark-16.png", "24": ".\/img\/icon-dark-24.png", "48": ".\/img\/icon-dark-48.png", "96": ".\/img\/icon-dark-96.png" }, "action": { "default_popup": ".\/popup.html", "default_icon": { "16": ".\/img\/icon-light-16.png", "24": ".\/img\/icon-light-24.png", "48": ".\/img\/icon-light-48.png", "96": ".\/img\/icon-light-96.png" }, "theme_icons": [ { "dark": ".\/img\/icon-dark-16.png", "light": ".\/img\/icon-light-16.png", "size": 16 }, { "dark": ".\/img\/icon-dark-24.png", "light": ".\/img\/icon-light-24.png", "size": 24 }, { "dark": ".\/img\/icon-dark-48.png", "light": ".\/img\/icon-light-48.png", "size": 48 }, { "dark": ".\/img\/icon-dark-96.png", "light": ".\/img\/icon-light-96.png", "size": 96 } ] }, "permissions": [ "storage" ], "optional_permissions": [ "activeTab" ], "background": { "service_worker": ".\/js\/background.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/*" ] } |