Hey Ladies

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

Cos'è Hey Ladies?

Hey Ladies è un'estensione di Chrome sviluppata da pdebelak, e la sua funzione principale è "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hey Ladies

Scarica i file di estensione Hey Ladies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
URL Ufficiale https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
Descrizione Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
Dimensione del File 6.29 KB
Conteggio Installazioni 11
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-08-20
Data di Pubblicazione 2018-08-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore pdebelak
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}