Emoji Finder

Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail

O que é Emoji Finder?

Emoji Finder é uma extensão do Chrome desenvolvida por InBasic, e sua principal característica é "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Emoji Finder

Baixe arquivos de extensão Emoji Finder 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 Finder adds a toolbar panel to your Chrome browser to find all the supported Emojis in the easy way. You can either use the search-box or use pre-defined categories to find Emojis.

Emojis are being pasted in an editor field that allows you to insert text too. You can them copy the entire content to your OS clipboard.

For more info please visit:
http://add0n.com/emoji-finder.html                    

Informações Básicas da Extensão

Nome Emoji Finder Emoji Finder
ID mlgeehafnfbhbofgdijakhhifcgbbmgd
URL Oficial https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd
Descrição Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
Tamanho do Arquivo 226 KB
Contagem de Instalações 716
Versão Atual 0.1.0
Última Atualização 2017-01-18
Data de Publicação 2017-01-18
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor InBasic
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://add0n.com/emoji-finder.html
URL da Página de Ajuda http://add0n.com/emoji-finder.html
URL da Página de Política de Privacidade https://add0n.com/policies/inb.cor.txt
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Finder",
    "version": "0.1.0",
    "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_popup": "Default.html"
    },
    "icons": {
        "16": "Content\/Images\/16.png",
        "24": "Content\/Images\/24.png",
        "32": "Content\/Images\/32.png",
        "64": "Content\/Images\/64.png",
        "128": "Content\/Images\/128.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "Options.html"
    },
    "background": {
        "scripts": [
            "Script\/Background.js"
        ]
    },
    "homepage_url": "http:\/\/add0n.com\/emoji-finder.html"
}