NoNoun: Gender Neutral 3rd Person Plug-In

Replace gender specific pronouns (he/she), objects (him/her), and possessives (his/hers) with gender neutral alternatives.

NoNoun: Gender Neutral 3rd Person Plug-Inとは何ですか?

NoNoun: Gender Neutral 3rd Person Plug-Inはmnbeerによって開発されたChromeの拡張機能で、その主な機能は「Replace gender specific pronouns (he/she), objects (him/her), and possessives (his/hers) with gender neutral alternatives.」です。

拡張機能のスクリーンショット

screenshot

NoNoun: Gender Neutral 3rd Person Plug-In拡張機能のCRXファイルをダウンロード

NoNoun: Gender Neutral 3rd Person Plug-In拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension replaces all gender specific pronouns (he/she), objects (him/her), and possessives (his/hers) on a Web page with gender neutral alternatives. [English language only]                    

拡張機能の基本情報

名前 NoNoun: Gender Neutral 3rd Person Plug-In NoNoun: Gender Neutral 3rd Person Plug-In
ID jjdkbacgfkpenoeldjpjojppncekedin
公式URL https://chromewebstore.google.com/detail/nonoun-gender-neutral-3rd/jjdkbacgfkpenoeldjpjojppncekedin
説明 Replace gender specific pronouns (he/she), objects (him/her), and possessives (his/hers) with gender neutral alternatives.
ファイルサイズ 64.57 KB
インストール数 249
現在のバージョン 0.0.1.1
最終更新日 2018-05-09
公開日 2018-05-08
評価 5.00/5 合計 1 レビュー
開発者 mnbeer
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoNoun: Gender Neutral 3rd Person Plug-In",
    "description": "Replace gender specific pronouns (he\/she), objects (him\/her), and possessives (his\/hers) with gender neutral alternatives.",
    "version": "0.0.1.1",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "nonoun.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "words.js",
                "common.js",
                "content.js"
            ]
        }
    ]
}