Emoji copy and paste

Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.

O que é Emoji copy and paste?

Emoji copy and paste é uma extensão do Chrome desenvolvida por Simple is Beautiful, e sua principal característica é "Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Emoji copy and paste

Baixe arquivos de extensão Emoji copy and paste 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

                        2018 must-have emoji extension!

Copy and paste emoji everywhere! Search emoji by name or by recently used. Emojis are automatically copied to the clipboard. Keyboard shortcuts are also available for copy and paste. This is the fastest way to use your favourites emoji to comments and posts.

Last but not least, all this emoji are Unicode, that means that they are not only compatible in your local PC, they will be visible to everyone regardless of whether they have this extension installed or not.

Never miss a smiley again! Install Emoji Helper! Copy and paste emoji!                    

Informações Básicas da Extensão

Nome Emoji copy and paste Emoji copy and paste
ID jigpnmkhillllgkkjndpmepocpglgdgh
URL Oficial https://chromewebstore.google.com/detail/emoji-copy-and-paste/jigpnmkhillllgkkjndpmepocpglgdgh
Descrição Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.
Tamanho do Arquivo 1.35 MB
Contagem de Instalações 5,197
Versão Atual 3.1.0
Última Atualização 2018-08-23
Data de Publicação 2018-08-22
Classificação 3.82/5 Total de 11 Avaliações
Desenvolvedor Simple is Beautiful
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,fa,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "EmojiCopyPaste",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "3.1.0",
    "icons": {
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "author": "Emoji",
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon\/icon-48.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}