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

Co je :NeatEmoji: — Write emojis with colons?

:NeatEmoji: — Write emojis with colons je rozšíření Chrome vyvinuté https://neatrat.com, a jeho hlavní funkcí je „No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření :NeatEmoji: — Write emojis with colons

Stáhněte si soubory rozšíření :NeatEmoji: — Write emojis with colons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název :NeatEmoji: — Write emojis with colons :NeatEmoji: — Write emojis with colons
ID oafhfcmdpfenofnihjpfagmnndplifpk
Oficiální URL https://chromewebstore.google.com/detail/neatemoji-%E2%80%94-write-emojis/oafhfcmdpfenofnihjpfagmnndplifpk
Popis No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Velikost souboru 94.6 KB
Počet instalací 86
Aktuální Verze 0.1.1
Poslední Aktualizace 2023-08-25
Datum Vydání 2023-02-01
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář https://neatrat.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://neatrat.com
Podporované Jazyky 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"
}