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

Apa itu :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons adalah ekstensi Chrome yang dikembangkan oleh https://neatrat.com, dan fitur utamanya adalah "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi :NeatEmoji: — Write emojis with colons

Unduh file ekstensi :NeatEmoji: — Write emojis with colons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
URL Resmi https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Deskripsi No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Ukuran File 94.6 KB
Jumlah Instalasi 86
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2023-08-25
Tanggal Publikasi 2023-02-01
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://neatrat.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://neatrat.com
Bahasa yang Didukung 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"
}