Kaomojie
Easy and fast access to hundreds of kaomojis
Kaomojieคืออะไร?
Kaomojie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Duncan (duncannah) และคุณลักษณะหลักของมันคือ "Easy and fast access to hundreds of kaomojis"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kaomojie
ดาวน์โหลดไฟล์ส่วนขยาย Kaomojie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy and fast access to hundreds of hand-picked kaomojis, all categorised and readily available at your fingertips! Kaomoji (顔文字, “face mark”) are what are called Japanese emoticons, which are more detailed and more expressive than western emoticons. They’re quite popular in Japan, and they’re getting more and more popular overseas. They are composed of a lot of different characters mostly unused in regular speech to create more detailed expressions, which is what makes them more expressive than western emoticons. (ノ◕ヮ◕)ノ*:・゚✧
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kaomojie |
ID | lmejjdlbclkidnpmcoknihonapppadid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid |
คำอธิบาย | Easy and fast access to hundreds of kaomojis |
ขนาดไฟล์ | 30.94 KB |
จำนวนการติดตั้ง | 942 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2022-03-23 |
วันที่เผยแพร่ | 2020-05-18 |
คะแนน | 4.80/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Duncan (duncannah) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/duncannah/kaomojie |
URL หน้าช่วยเหลือ | https://github.com/duncannah/kaomojie/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kaomojie", "version": "2.0.2", "description": "Easy and fast access to hundreds of kaomojis", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "default_title": "Kaomojie", "default_popup": "popup.htm" }, "permissions": [ "storage" ] } |