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

What is :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons is a Chrome extension developed by https://neatrat.com, and its main feature is "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Extension Screenshots

screenshot

Download :NeatEmoji: — Write emojis with colons Extension CRX File

Download :NeatEmoji: — Write emojis with colons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
Official URL https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Description No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
File Size 94.6 KB
Installation Count 86
Current Version 0.1.1
Last Updated 2023-08-25
Publish Date 2023-02-01
Rating 5.00/5 Total 7 Ratings
Developer https://neatrat.com
Email [email protected]
Payment Type free
Extension Website https://neatrat.com
Supported Languages 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"
}