Breaking Up Non Neutrality In English Script
Replaces he/she with they; per 16th Century English Grammar
什么是Breaking Up Non Neutrality In English Script?
Breaking Up Non Neutrality In English Script是由ghost of wiesenthal开发的Chrome扩展程序,该扩展的主要功能是“Replaces he/she with they; per 16th Century English Grammar”。
扩展截图
下载Breaking Up Non Neutrality In English Script扩展crx文件
下载Breaking Up Non Neutrality In English Script扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Choice. Independence. Freedom. For some, perhaps many, a forced bifurcation of English into specific gender pronouns is unfortunate and unnecessary. This simple extension provides a neutral and liberated perspective of script, as was once the option:
"...the use of plural pronouns to refer back to a singular noun isn’t a sign of declining standards in modern English: it represents a revival of a practice dating from the 16th century, as the OED evidence makes clear:
He neuer forsaketh any creature vnlesse they before haue forsaken them selues.
- J Fisher Wayes to Perfect Religion (before 1535)" 扩展基本信息
| 名称 | |
| ID | glimlncgebaellfbllniojiigjelicko |
| 官方URL | https://chromewebstore.google.com/detail/breaking-up-non-neutralit/glimlncgebaellfbllniojiigjelicko |
| 简介 | Replaces he/she with they; per 16th Century English Grammar |
| 文件大小 | 15.17 KB |
| 安装次数 | 13 |
| 当前版本 | 1515.7.13 |
| 更新时间 | 2015-07-14 |
| 上架时间 | 2015-07-13 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | ghost of wiesenthal |
| 付费类型 | free |
| 扩展官网 | http://blog.oxforddictionaries.com/2012/06/he-or-she-versus-they/ |
| 帮助页面URL | http://www.npr.org/sections/thetwo-way/2015/03/27/395785965/he-she-or-hen-sweden-s-new-gender-neutral-pronoun |
| 支持的语言 | en |
| manifest.json | |
{
"author": "Davi Ottenheimer",
"manifest_version": 2,
"name": "Breaking Up Non Neutrality In English Script",
"short_name": "BUNNIES",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1515.7.13",
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "Replaces he\/she with they; per 16th Century English Grammar",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "BUNNIES",
"popup": "popup.html"
}
} | |