Emoji Selector
Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…
Emoji Selector là gì?
Emoji Selector là một tiện ích mở rộng Chrome được phát triển bởi Faycal Bessayah, và tính năng chính của nó là "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…".
Ả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 Selector
Tải xuống các tệp mở rộng Emoji Selector 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
Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to emoticon-websites to search, copy and paste emojis to your message. The extension is very simple to use. Click on the extension button or use the shortcut command ‘Ctrl+E’ and start searching emojis by typing keywords. The selected emoji is automatically put into your message, comment, etc. * You need to refresh opened pages after installation.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Emoji Selector |
ID | cmhipmaommgbjboekcbbilbflfekdlgi |
URL Chính Thức | https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi |
Mô tả | Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to… |
Kích Thước Tệp | 272 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-03-14 |
Ngày Phát Hành | 2021-02-01 |
Nhà Phát Triển | Faycal Bessayah |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoji Selector", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+E", "mac": "Command+E", "chromeos": "Ctrl+E", "linux": "Ctrl+E" } } }, "browser_action": { "default_icon": "emoji.png", "default_popup": "index.html", "default_title": "Emoji Selector" } } |