Emoji Skin Tone Randomizer

Applies a random skintone to any skintone-eligible emoji that doesn't already have one.

Emoji Skin Tone Randomizer란 무엇입니까?

Emoji Skin Tone Randomizer은(는) dingoeatingfuzz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Applies a random skintone to any skintone-eligible emoji that doesn't already have one."입니다.

확장 프로그램 스크린샷

screenshot

Emoji Skin Tone Randomizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The default yellow (or non-human) skin tones are a great feature of the emoji spec. A vast improvement over default white for sure, but it isn't realistic. It simply avoids the racial diversity issue.

If you would like to bring race back to your emoji in an impartial way, install this extension.                    

확장 프로그램 기본 정보

이름 Emoji Skin Tone Randomizer Emoji Skin Tone Randomizer
ID ohhjagdgpnjmffkbdmgocehijcppnicj
공식 URL https://chromewebstore.google.com/detail/emoji-skin-tone-randomize/ohhjagdgpnjmffkbdmgocehijcppnicj
설명 Applies a random skintone to any skintone-eligible emoji that doesn't already have one.
파일 크기 57.5 KB
설치 횟수 17
현재 버전 1.0.2
최근 업데이트 2016-08-01
출시 날짜 2016-07-31
평점 5.00/5 총 1 개의 평점
개발자 dingoeatingfuzz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/DingoEatingFuzz/chrome-emoji-skintone-randomizer
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Skin Tone Randomizer",
    "description": "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.",
    "manifest_version": 2,
    "version": "1.0.2",
    "icons": {
        "512": "images\/icon\/icon-512.png",
        "256": "images\/icon\/icon-256.png",
        "128": "images\/icon\/icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/DingoEatingFuzz\/chrome-emoji-skintone-randomizer",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "postprocess.js"
            ],
            "run_at": "document_end"
        }
    ]
}