Kaomojie

Easy and fast access to hundreds of kaomojis

Was ist Kaomojie?

Kaomojie ist eine Chrome-Erweiterung, die von Duncan (duncannah) entwickelt wurde, und ihr Hauptmerkmal ist "Easy and fast access to hundreds of kaomojis".

Erweiterungsscreenshots

screenshot

Kaomojie-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kaomojie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.

(ノ◕ヮ◕)ノ*:・゚✧                    

Grundlegende Informationen zur Erweiterung

Name Kaomojie Kaomojie
ID lmejjdlbclkidnpmcoknihonapppadid
Offizielle URL https://chromewebstore.google.com/detail/kaomojie/lmejjdlbclkidnpmcoknihonapppadid
Beschreibung Easy and fast access to hundreds of kaomojis
Dateigröße 30.94 KB
Installationsanzahl 942
Aktuelle Version 2.0.2
Letztes Update 2022-03-23
Veröffentlichungsdatum 2020-05-18
Bewertung 4.80/5 Insgesamt 10 Bewertungen
Entwickler Duncan (duncannah)
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/duncannah/kaomojie
Hilfeseite URL https://github.com/duncannah/kaomojie/issues
Unterstützte Sprachen 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"
    ]
}