Emoticon input everywhere

Allow input emoticon in everywhere

O que é Emoticon input everywhere?

Emoticon input everywhere é uma extensão do Chrome desenvolvida por Robin Huy, e sua principal característica é "Allow input emoticon in everywhere".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Emoticon input everywhere

Baixe arquivos de extensão Emoticon input everywhere 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

                        Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.

Features: 
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories.                    

Informações Básicas da Extensão

Nome Emoticon input everywhere Emoticon input everywhere
ID bohndelehfpgmhpfohgnoihjdknklnbf
URL Oficial https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf
Descrição Allow input emoticon in everywhere
Tamanho do Arquivo 11.64 KB
Contagem de Instalações 135
Versão Atual 1.3
Última Atualização 2017-03-21
Data de Publicação 2017-03-21
Classificação 4.73/5 Total de 15 Avaliações
Desenvolvedor Robin Huy
Tipo de Pagamento free
Site da Extensão https://github.com/robinhuy/emoticon-input
URL da Página de Ajuda https://github.com/robinhuy/emoticon-input
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon input everywhere",
    "short_name": "Emoticon input",
    "description": "Allow input emoticon in everywhere",
    "version": "1.3",
    "author": "Robin Huy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Emoticon input everywhere"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}