: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开发的Chrome扩展程序,该扩展的主要功能是“No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.”。

扩展截图

screenshot

下载:NeatEmoji: — Write emojis with colons扩展crx文件

下载: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"
}