Kaomoji Me Up

Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!

Was ist Kaomoji Me Up?

Kaomoji Me Up ist eine Chrome-Erweiterung, die von catherinecodes entwickelt wurde, und ihr Hauptmerkmal ist "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!".

Erweiterungsscreenshots

screenshot

Kaomoji Me Up-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kaomoji Me Up-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

                        Easily find kaomojis that express your feelings and copy them to your clipboard by clicking on any kaomoji! There is no need to search sites for kaomojis anymore.

FEATURES:
- Minimal and clean UI
- Kaomojis organized into categories
- Keeps track of your recently used kaomojis

CREDITS:
Icon made by Freepik from www.flaticon.com                    

Grundlegende Informationen zur Erweiterung

Name Kaomoji Me Up Kaomoji Me Up
ID mlodcjhgnkhibanidjdgcjekbmifgjle
Offizielle URL https://chromewebstore.google.com/detail/kaomoji-me-up/mlodcjhgnkhibanidjdgcjekbmifgjle
Beschreibung Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!
Dateigröße 215 KB
Installationsanzahl 2,639
Aktuelle Version 1.0.0
Letztes Update 2019-02-04
Veröffentlichungsdatum 2019-02-03
Bewertung 4.45/5 Insgesamt 11 Bewertungen
Entwickler catherinecodes
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kaomoji Me Up",
    "version": "1.0.0",
    "description": "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/bear16.png",
        "32": "icons\/bear32.png",
        "48": "icons\/bear48.png",
        "128": "icons\/bear128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "popup.js",
            "materialize\/js\/materialize.js",
            "jquery-3.3.1.min.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/bear16.png",
        "default_popup": "popup.html",
        "default_title": "A popup will come here."
    }
}