Hey Ladies

Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.

Hey Ladiesとは何ですか?

Hey Ladiesはpdebelakによって開発されたChromeの拡張機能で、その主な機能は「Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tired of hearing about how "guys" is a gender neutral term. It isn't. Ladies is. This extension gets everyone on the same page by changing guy and guys on each page into lady and ladies.                    

拡張機能の基本情報

名前 Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
公式URL https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
説明 Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
ファイルサイズ 6.29 KB
インストール数 11
現在のバージョン 0.1.2
最終更新日 2018-08-20
公開日 2018-08-19
評価 5.00/5 合計 2 レビュー
開発者 pdebelak
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hey Ladies",
    "version": "0.1.2",
    "description": "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.",
    "icons": [],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "hey-ladies.js",
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Hey Ladies",
        "default_popup": "popup.html"
    }
}