: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.

¿Qué es :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons es una extensión de Chrome desarrollada por https://neatrat.com, y su función principal es "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión :NeatEmoji: — Write emojis with colons

Descarga archivos de extensión :NeatEmoji: — Write emojis with colons en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 :) ❤️                    

Información Básica de la Extensión

Nombre :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
Descripción No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Tamaño del Archivo 94.6 KB
Cantidad de Instalaciones 86
Versión Actual 0.1.1
Última Actualización 2023-08-25
Fecha de Publicación 2023-02-01
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://neatrat.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://neatrat.com
Idiomas Soportados 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"
}