Easy Emoji

Easy to find the emoji you want to copy just with a keyword.

O que é Easy Emoji?

Easy Emoji é uma extensão do Chrome desenvolvida por tzengshinfu, e sua principal característica é "Easy to find the emoji you want to copy just with a keyword.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Emoji

Baixe arquivos de extensão Easy 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

                        Using emoji is more easily!

[Easy Emoji] is able to help you to find emoji and copy it.


v1.1.0 Release Notes:
-Click emoji to copy it to clipboard.

v1.2.0 Release Notes:
-Add emoji window draggable function.
-Add search text clear button.

v1.3.0 Release Notes:
-Update to Emoji v5.0.

v1.3.1 Bug Fixes:
-Fix the [create emojiTable error] bug.                    

Informações Básicas da Extensão

Nome Easy Emoji Easy Emoji
ID olffnpidkbbgglajgmbjjllkbnmkehkc
URL Oficial https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc
Descrição Easy to find the emoji you want to copy just with a keyword.
Tamanho do Arquivo 42.02 KB
Contagem de Instalações 445
Versão Atual 1.3.1
Última Atualização 2017-04-12
Data de Publicação 2017-04-12
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor tzengshinfu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.1",
    "default_locale": "en",
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "close.png",
        "clear.png"
    ]
}