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
Eメール [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
    }
}