Old Gmail Emoji

A collection of the old-style gmail emojis for easy copy-pasteing.

O que é Old Gmail Emoji?

Old Gmail Emoji é uma extensão do Chrome desenvolvida por Nagy Viktor, e sua principal característica é "A collection of the old-style gmail emojis for easy copy-pasteing.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Old Gmail Emoji

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

                        This extension returns you the old-style gmail emoji. 

A new icon will appear in your browser location bar. When clicked, this icons shows you the list of emojis known previously in gmail. 

Clicking any of the icons, copies it to your clipboard, from where you can easily paste it into new emails.                    

Informações Básicas da Extensão

Nome Old Gmail Emoji Old Gmail Emoji
ID bpfgocdamegnchkjefgknhjflempicie
URL Oficial https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie
Descrição A collection of the old-style gmail emojis for easy copy-pasteing.
Tamanho do Arquivo 35.25 KB
Contagem de Instalações 1,345
Versão Atual 1.2
Última Atualização 2015-12-25
Data de Publicação 2015-12-25
Classificação 4.73/5 Total de 22 Avaliações
Desenvolvedor Nagy Viktor
Tipo de Pagamento free
Site da Extensão https://github.com/nagyv/gmail-emoji
URL da Página de Ajuda https://github.com/nagyv/gmail-emoji
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Gmail Emoji",
    "description": "A collection of the old-style gmail emojis for easy copy-pasteing.",
    "manifest_version": 2,
    "version": "1.2",
    "icons": {
        "16": "emoji16.png",
        "48": "emoji48.png",
        "128": "emoji128.png"
    },
    "author": "Viktor Nagy",
    "homepage_url": "http:\/\/github.com\/nagyv\/gmail-emoji",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "emoji16.png"
        },
        "default_title": "Old Gmail emojis"
    },
    "permissions": [
        "declarativeContent",
        "clipboardWrite",
        "https:\/\/mail.google.com\/"
    ]
}