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

Was ist :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons ist eine Chrome-Erweiterung, die von https://neatrat.com entwickelt wurde, und ihr Hauptmerkmal ist "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Erweiterungsscreenshots

screenshot

:NeatEmoji: — Write emojis with colons-Erweiterungs-CRX-Datei herunterladen

Laden Sie :NeatEmoji: — Write emojis with colons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
Offizielle URL https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Beschreibung No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Dateigröße 94.6 KB
Installationsanzahl 86
Aktuelle Version 0.1.1
Letztes Update 2023-08-25
Veröffentlichungsdatum 2023-02-01
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://neatrat.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://neatrat.com
Unterstützte Sprachen 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"
}