Hey Ladies

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

Apa itu Hey Ladies?

Hey Ladies adalah ekstensi Chrome yang dikembangkan oleh pdebelak, dan fitur utamanya adalah "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hey Ladies

Unduh file ekstensi Hey Ladies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
URL Resmi https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
Deskripsi Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
Ukuran File 6.29 KB
Jumlah Instalasi 11
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2018-08-20
Tanggal Publikasi 2018-08-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang pdebelak
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}