The Ungender
Replace gender-specific with gender-neutral pronouns
The Ungenderคืออะไร?
The Ungender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andreas.s.t.jansson และคุณลักษณะหลักของมันคือ "Replace gender-specific with gender-neutral pronouns"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Ungender
ดาวน์โหลดไฟล์ส่วนขยาย The Ungender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Ungender replaces pronouns as follows: she -> ze, he -> ze, her -> zir, him -> zir, his -> zir, hers ->: zirs, his -> zirs, herself -> zirself, himself -> zirself Source code at https://github.com/andreasjansson/the-ungender. Inspired by dhen.se
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Ungender |
ID | blfboedipjpaphkkdoddffpnfjknfeda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-ungender/blfboedipjpaphkkdoddffpnfjknfeda |
คำอธิบาย | Replace gender-specific with gender-neutral pronouns |
ขนาดไฟล์ | 4.42 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2012-11-04 |
วันที่เผยแพร่ | 2012-11-04 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | andreas.s.t.jansson |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Ungender", "version": "0.1", "description": "Replace gender-specific with gender-neutral pronouns", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" }, "manifest_version": 2 } |