Kaomojie
Easy and fast access to hundreds of kaomojis
Kaomojie क्या है?
Kaomojie Duncan (duncannah) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy and fast access to hundreds of kaomojis"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kaomojie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |