:NeatEmoji: — Write emojis with colons

No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.

O que é :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons é uma extensão do Chrome desenvolvida por https://neatrat.com, e sua principal característica é "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão :NeatEmoji: — Write emojis with colons

Baixe arquivos de extensão :NeatEmoji: — Write emojis with colons 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

                        No more copy & pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.

Either type the :emoji: or click on the emoji to insert it, it's that simple.

As seen at various other apps!

Works on any website.

Todo:
- Add user settings (e.g. disable on certain websites)
- Add keyboard shortcuts
- Optimize performance & size

Neatrat extensions will always be free. No tracking, no ads, no bs. Feel free to support with just a coffee on neatrat.com :) ❤️                    

Informações Básicas da Extensão

Nome :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
URL Oficial https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Descrição No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Tamanho do Arquivo 94.6 KB
Contagem de Instalações 86
Versão Atual 0.1.1
Última Atualização 2023-08-25
Data de Publicação 2023-02-01
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://neatrat.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://neatrat.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "popper.js",
                "tippy.js",
                "jquery.js",
                "index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "manifest_version": 3,
    "name": ":NeatEmoji: \u2014 Write emojis with colons",
    "version": "0.1.1"
}