Kaomojie

Easy and fast access to hundreds of kaomojis

Τι είναι το Kaomojie;

Το Kaomojie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Duncan (duncannah), και η κύρια λειτουργία του είναι "Easy and fast access to hundreds of kaomojis".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
    ]
}