Hey Ladies

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

Co je Hey Ladies?

Hey Ladies je rozšíření Chrome vyvinuté pdebelak, a jeho hlavní funkcí je „Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hey Ladies

Stáhněte si soubory rozšíření Hey Ladies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
Oficiální URL https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
Popis Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
Velikost souboru 6.29 KB
Počet instalací 11
Aktuální Verze 0.1.2
Poslední Aktualizace 2018-08-20
Datum Vydání 2018-08-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář pdebelak
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}