: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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}