The Ungender
Replace gender-specific with gender-neutral pronouns
什么是The Ungender?
The Ungender是由andreas.s.t.jansson开发的Chrome扩展程序,该扩展的主要功能是“Replace gender-specific with gender-neutral pronouns”。
扩展截图
下载The Ungender扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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
} | |