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

Τι είναι το :NeatEmoji: — Write emojis with colons;

Το :NeatEmoji: — Write emojis with colons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://neatrat.com, και η κύρια λειτουργία του είναι "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης :NeatEmoji: — Write emojis with colons

Λήψη αρχείων επέκτασης :NeatEmoji: — Write emojis with colons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
Επίσημο URL https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Περιγραφή No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Μέγεθος Αρχείου 94.6 KB
Αριθμός Εγκαταστάσεων 86
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2023-02-01
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://neatrat.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://neatrat.com
Υποστηριζόμενες Γλώσσες 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"
}