Hey Ladies

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

Wat is Hey Ladies?

Hey Ladies is een Chrome-extensie ontwikkeld door pdebelak, en de belangrijkste functie is "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hey Ladies

Download Hey Ladies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
Officiële URL https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
Beschrijving Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
Bestandsgrootte 6.29 KB
Aantal Installaties 11
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-08-20
Publicatiedatum 2018-08-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar pdebelak
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}