Emojityper

The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍

O que é Emojityper?

Emojityper é uma extensão do Chrome desenvolvida por https://emojityper.com, e sua principal característica é "The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Emojityper

Baixe arquivos de extensão Emojityper 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 ready to copy and paste! No permissions required, just lives as an icon next to your URL bar. Works offline even without internet 📴

Open with ⌘/Ctrl-Shift-E (or click the icon). Type words to get emoji, hit enter to copy.
(If ⌘/Ctrl-Shift-E doesn't work, try opening chrome://extensions/shortcuts and ensuring the shortcut is enabled).

List of all emoji, just type some words to get emoji. Laughing crying emoji! Emojis! Smiley faces! Keyword stuffing!
😂⌨                    

Informações Básicas da Extensão

Nome Emojityper Emojityper
ID cbkooiohnnlhpelnllknmenlhiglnkap
URL Oficial https://chromewebstore.google.com/detail/emojityper/cbkooiohnnlhpelnllknmenlhiglnkap
Descrição The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍
Tamanho do Arquivo 21.49 KB
Contagem de Instalações 2,191
Versão Atual 1.0
Última Atualização 2021-09-14
Data de Publicação 2019-07-06
Classificação 4.80/5 Total de 10 Avaliações
Desenvolvedor https://emojityper.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://whistlr.info
URL da Página de Ajuda https://twitter.com/samthor
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emojityper",
    "version": "1.0",
    "description": "The easiest way to type emoji on your keyboard, just type and press enter to copy \ud83d\ude02\u2328\ufe0f\ud83d\udcaf\ud83d\udc4d",
    "action": {
        "default_popup": "embedder.html",
        "default_title": "Emojityper",
        "default_icon": {
            "128": "res\/icon-128.png",
            "64": "res\/icon-64.png"
        }
    },
    "icons": {
        "512": "res\/icon-512.png",
        "256": "res\/icon-256.png",
        "128": "res\/icon-128.png",
        "64": "res\/icon-64.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "manifest_version": 3
}