Hey Ladies

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

Vad är Hey Ladies?

Hey Ladies är en Chrome-tillägg utvecklad av pdebelak, och dess huvudfunktion är "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.".

Tilläggsskärmbilder

screenshot

Ladda ner Hey Ladies-förlängningens CRX-fil

Ladda ner Hey Ladies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
Officiell webbadress https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
Beskrivning Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
Filstorlek 6.29 KB
Antal Installationer 11
Aktuell Version 0.1.2
Senast Uppdaterad 2018-08-20
Publiceringsdatum 2018-08-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare pdebelak
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}