: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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में :NeatEmoji: — Write emojis with colons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}