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
电子邮箱 [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"
    }
}