Kaomoji Me Up

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

O que é Kaomoji Me Up?

Kaomoji Me Up é uma extensão do Chrome desenvolvida por catherinecodes, e sua principal característica é "Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kaomoji Me Up

Baixe arquivos de extensão Kaomoji Me Up no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Kaomoji Me Up Kaomoji Me Up
ID mlodcjhgnkhibanidjdgcjekbmifgjle
URL Oficial https://chromewebstore.google.com/detail/kaomoji-me-up/mlodcjhgnkhibanidjdgcjekbmifgjle
Descrição Easily copy kaomojis (super cute Japanese emoticons) to your clipboard to use in your chats!
Tamanho do Arquivo 215 KB
Contagem de Instalações 2,639
Versão Atual 1.0.0
Última Atualização 2019-02-04
Data de Publicação 2019-02-03
Classificação 4.45/5 Total de 11 Avaliações
Desenvolvedor catherinecodes
Tipo de Pagamento free
Idiomas Suportados 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."
    }
}