Emoji Skin Tone Randomizer
Applies a random skintone to any skintone-eligible emoji that doesn't already have one.
Apa itu Emoji Skin Tone Randomizer?
Emoji Skin Tone Randomizer adalah ekstensi Chrome yang dikembangkan oleh dingoeatingfuzz, dan fitur utamanya adalah "Applies a random skintone to any skintone-eligible emoji that doesn't already have one.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Emoji Skin Tone Randomizer
Unduh file ekstensi Emoji Skin Tone Randomizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Emoji Skin Tone Randomizer |
ID | ohhjagdgpnjmffkbdmgocehijcppnicj |
URL Resmi | https://chromewebstore.google.com/detail/emoji-skin-tone-randomize/ohhjagdgpnjmffkbdmgocehijcppnicj |
Deskripsi | Applies a random skintone to any skintone-eligible emoji that doesn't already have one. |
Ukuran File | 57.5 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2016-08-01 |
Tanggal Publikasi | 2016-07-31 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | dingoeatingfuzz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/DingoEatingFuzz/chrome-emoji-skintone-randomizer |
Bahasa yang Didukung | 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" } ] } |