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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dingoeatingfuzz และคุณลักษณะหลักของมันคือ "Applies a random skintone to any skintone-eligible emoji that doesn't already have one."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emoji Skin Tone Randomizer
ดาวน์โหลดไฟล์ส่วนขยาย Emoji Skin Tone Randomizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } ] } |