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

Cos'è :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons è un'estensione di Chrome sviluppata da https://neatrat.com, e la sua funzione principale è "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione :NeatEmoji: — Write emojis with colons

Scarica i file di estensione :NeatEmoji: — Write emojis with colons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
URL Ufficiale https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Descrizione No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Dimensione del File 94.6 KB
Conteggio Installazioni 86
Versione Corrente 0.1.1
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2023-02-01
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://neatrat.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://neatrat.com
Lingue Supportate 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"
}