Neutral Face Emoji Tools

Tools that make life as a Slack emoji addict a little easier.

Neutral Face Emoji Tools란 무엇입니까?

Neutral Face Emoji Tools은(는) Timothy Kempf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools that make life as a Slack emoji addict a little easier."입니다.

확장 프로그램 스크린샷

screenshot

Neutral Face Emoji Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever wanted to upload 100 emoji to slack in one fell swoop? Now you can.

1. Install this extension
2. Go to your Slack's /customize/emoji page
3. Drag and drop your emoji image files into the new "Bulk Emoji Uploader". Make sure that the image files are named what you want the emoji name to be ("ditto.gif" will become ":ditto:").
4. You've now got a whole lotta emoji!                    

확장 프로그램 기본 정보

이름 Neutral Face Emoji Tools Neutral Face Emoji Tools
ID anchoacphlfbdomdlomnbbfhcmcdmjej
공식 URL https://chromewebstore.google.com/detail/neutral-face-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej
설명 Tools that make life as a Slack emoji addict a little easier.
파일 크기 134 KB
설치 횟수 24,957
현재 버전 3.3.0
최근 업데이트 2022-08-08
출시 날짜 2019-03-12
평점 4.54/5 총 80 개의 평점
개발자 Timothy Kempf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Fauntleroy/neutral-face-emoji-tools
도움말 페이지 URL https://github.com/Fauntleroy/neutral-face-emoji-tools
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neutral Face Emoji Tools",
    "short_name": "Emoji Tools",
    "description": "Tools that make life as a Slack emoji addict a little easier.",
    "version": "3.3.0",
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.slack.com\/*\/emoji*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "content.js",
        "images\/icon_128.png"
    ]
}