Kaomoji Me Up

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

Qu'est-ce que Kaomoji Me Up ?

Kaomoji Me Up est une extension Chrome développée par catherinecodes, et sa fonction principale est "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kaomoji Me Up

Téléchargez les fichiers d'extension Kaomoji Me Up au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kaomoji Me Up Kaomoji Me Up
ID mlodcjhgnkhibanidjdgcjekbmifgjle
URL Officiel https://chromewebstore.google.com/detail/kaomoji-me-up/mlodcjhgnkhibanidjdgcjekbmifgjle
Description Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!
Taille du Fichier 215 KB
Nombre d'Installations 2,639
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-02-04
Date de Publication 2019-02-03
Évaluation 4.45/5 Total 11 Évaluations
Développeur catherinecodes
Type de Paiement free
Langues Prises en Charge 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."
    }
}