Gender Neutralize
De-gender language on the web
Gender Neutralizeคืออะไร?
Gender Neutralize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soph-iest และคุณลักษณะหลักของมันคือ "De-gender language on the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gender Neutralize
ดาวน์โหลดไฟล์ส่วนขยาย Gender Neutralize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to turn unnecessarily gendered words into their gender-neutral alternatives across the web. Currently covers traditional male and female pronouns, relational titles (e.g. "boyfriend", "daughter"), professional and occupational titles (e.g. "Congressman"), and more. Options to toggle changing of personal pronouns on or off, as well as inputting a substitute for "dude", "guys", and other slang-based terms.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gender Neutralize |
ID | iekijanpfmnhhpkabojigmglmmfgknoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa |
คำอธิบาย | De-gender language on the web |
ขนาดไฟล์ | 43.21 KB |
จำนวนการติดตั้ง | 294 |
เวอร์ชันปัจจุบัน | 3.2.2 |
อัปเดตครั้งล่าสุด | 2021-12-14 |
วันที่เผยแพร่ | 2018-07-14 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | soph-iest |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/amity/gender-neutralize |
URL หน้าช่วยเหลือ | https://github.com/amity/gender-neutralize |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/soph-iest/gender-neutralize |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gender Neutralize", "short_name": "De-Gender", "version": "3.2.2", "author": "Sophie Debs", "content_scripts": [ { "all_frames": true, "js": [ "replacement.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "description": "De-gender language on the web", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "options_ui": { "page": "options.html", "open_in_tab": false } } |