Hey Ladies

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

Co to jest Hey Ladies?

Hey Ladies to rozszerzenie Chrome opracowane przez pdebelak, a jego główną funkcją jest „Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hey Ladies

Pobierz pliki rozszerzeń Hey Ladies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
Oficjalny URL https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
Opis Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
Rozmiar pliku 6.29 KB
Liczba instalacji 11
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2018-08-20
Data Publikacji 2018-08-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper pdebelak
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}