: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
Eメール [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"
}