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
官方網址 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"
    }
}