: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
官方網址 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"
}