Emoji

Insert emojis using a web browser, and customise the experience and the add-on in Settings.

O que é Emoji?

Emoji é uma extensão do Chrome desenvolvida por https://saveriomorelli.com, e sua principal característica é "Insert emojis using a web browser, and customise the experience and the add-on in Settings.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Emoji

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

                        Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).                    

Informações Básicas da Extensão

Nome Emoji Emoji
ID kjepehkgbooeigeflhiogplnckadlife
URL Oficial https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife
Descrição Insert emojis using a web browser, and customise the experience and the add-on in Settings.
Tamanho do Arquivo 38.07 MB
Contagem de Instalações 655
Versão Atual 3.21
Última Atualização 2024-01-25
Data de Publicação 2020-06-28
Classificação 4.73/5 Total de 11 Avaliações
Desenvolvedor https://saveriomorelli.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Sav22999/emoji
URL da Página de Ajuda https://github.com/Sav22999/emoji
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Emoji",
    "version": "3.21",
    "author": "Saverio Morelli (Sav22999)",
    "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.",
    "icons": {
        "16": ".\/img\/icon-dark-16.png",
        "24": ".\/img\/icon-dark-24.png",
        "48": ".\/img\/icon-dark-48.png",
        "96": ".\/img\/icon-dark-96.png"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/img\/icon-light-16.png",
            "24": ".\/img\/icon-light-24.png",
            "48": ".\/img\/icon-light-48.png",
            "96": ".\/img\/icon-light-96.png"
        },
        "theme_icons": [
            {
                "dark": ".\/img\/icon-dark-16.png",
                "light": ".\/img\/icon-light-16.png",
                "size": 16
            },
            {
                "dark": ".\/img\/icon-dark-24.png",
                "light": ".\/img\/icon-light-24.png",
                "size": 24
            },
            {
                "dark": ".\/img\/icon-dark-48.png",
                "light": ".\/img\/icon-light-48.png",
                "size": 48
            },
            {
                "dark": ".\/img\/icon-dark-96.png",
                "light": ".\/img\/icon-light-96.png",
                "size": 96
            }
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}