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คืออะไร?
Emoji Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faycal Bessayah และคุณลักษณะหลักของมันคือ "Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emoji Selector
ดาวน์โหลดไฟล์ส่วนขยาย Emoji Selector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Emoji Selector |
ID | cmhipmaommgbjboekcbbilbflfekdlgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emoji-selector/cmhipmaommgbjboekcbbilbflfekdlgi |
คำอธิบาย | Love emojis? This chrome extension allows you to use fancy emojis anywhere on the Internet. You no longer need to go to… |
ขนาดไฟล์ | 272 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-03-14 |
วันที่เผยแพร่ | 2021-02-01 |
ผู้พัฒนา | Faycal Bessayah |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |