Emoji Generator

This is an extension for convenient use of the Emoji Generator

O que é Emoji Generator?

Emoji Generator é uma extensão do Chrome desenvolvida por https://emoji-gen.ninja, e sua principal característica é "This is an extension for convenient use of the Emoji Generator".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Emoji Generator

Baixe arquivos de extensão Emoji Generator 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

                        Emoji Generator is a tool to easily generate reaction emoticons and emojis for chats such as Slack.

With this extension, you can easily register generate emojis directly with your Slack team.

Let's use emojis to achieve smooth communication!!

---

Emoji Generator browser extension is developed with open source. The source code can be freely used or modified according to the MIT License.

https://github.com/emoji-gen/browser-extension
Copyright (C) 2017-2022 Emoji Generator                    

Informações Básicas da Extensão

Nome Emoji Generator Emoji Generator
ID ghbhakkknnmocmiilhneahbkiaegdnmf
URL Oficial https://chromewebstore.google.com/detail/emoji-generator/ghbhakkknnmocmiilhneahbkiaegdnmf
Descrição This is an extension for convenient use of the Emoji Generator
Tamanho do Arquivo 126 KB
Contagem de Instalações 20,000
Versão Atual 1.1.4
Última Atualização 2022-07-26
Data de Publicação 2019-12-23
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor https://emoji-gen.ninja
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/emoji-gen.ninja",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.1.4",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/emoji-gen.ninja\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "host_permissions": [
        "https:\/\/emoji-gen.ninja\/*",
        "https:\/\/*.slack.com\/*"
    ]
}