Emoji Skin Tone Randomizer

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

Hvad er Emoji Skin Tone Randomizer?

Emoji Skin Tone Randomizer er en Chrome-udvidelse udviklet af dingoeatingfuzz, og dens hovedfunktion er "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.".

Udvidelsesskærmbilleder

screenshot

Download Emoji Skin Tone Randomizer-udvidelses-CRX-fil

Download Emoji Skin Tone Randomizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Emoji Skin Tone Randomizer Emoji Skin Tone Randomizer
ID ohhjagdgpnjmffkbdmgocehijcppnicj
Officiel URL https://chromewebstore.google.com/detail/emoji-skin-tone-randomize/ohhjagdgpnjmffkbdmgocehijcppnicj
Beskrivelse Applies a random skintone to any skintone-eligible emoji that doesn't already have one.
Filstørrelse 57.5 KB
Antal Installationer 17
Nuværende Version 1.0.2
Senest Opdateret 2016-08-01
Udgivelsesdato 2016-07-31
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler dingoeatingfuzz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/DingoEatingFuzz/chrome-emoji-skintone-randomizer
Understøttede Sprog 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"
        }
    ]
}