Nonbinarizer

This extension nonbinarizes the page you're viewing.

Nonbinarizerとは何ですか?

Nonbinarizerはb.oncによって開発されたChromeの拡張機能で、その主な機能は「This extension nonbinarizes the page you're viewing.」です。

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

screenshot

Nonbinarizer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A simple extension for transforming a page to use gender-neutral pronouns.
Currently in beta, please leave a review!                    

拡張機能の基本情報

名前 Nonbinarizer Nonbinarizer
ID ojbceobobemblpoeaogkdfedoobffdep
公式URL https://chromewebstore.google.com/detail/nonbinarizer/ojbceobobemblpoeaogkdfedoobffdep
説明 This extension nonbinarizes the page you're viewing.
ファイルサイズ 37.52 KB
インストール数 13
現在のバージョン 1.3
最終更新日 2017-07-04
公開日 2017-07-04
評価 5.00/5 合計 1 レビュー
開発者 b.onc
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nonbinarizer",
    "description": "This extension nonbinarizes the page you're viewing.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "nonbinarizer.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_popup.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}