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

Wat is :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons is een Chrome-extensie ontwikkeld door https://neatrat.com, en de belangrijkste functie is "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie :NeatEmoji: — Write emojis with colons

Download :NeatEmoji: — Write emojis with colons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
Officiële URL https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Beschrijving No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Bestandsgrootte 94.6 KB
Aantal Installaties 86
Huidige Versie 0.1.1
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2023-02-01
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://neatrat.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://neatrat.com
Ondersteunde Talen 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"
}