Gender Neutralize

De-gender language on the web

什么是Gender Neutralize?

Gender Neutralize是由soph-iest开发的Chrome扩展程序,该扩展的主要功能是“De-gender language on the web”。

扩展截图

screenshot

下载Gender Neutralize扩展crx文件

下载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 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
    }
}