Hey Ladies

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

ما هو Hey Ladies؟

Hey Ladies هو إضافة Chrome تم تطويرها بواسطة pdebelak، والميزة الرئيسية لها هي "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hey Ladies

قم بتنزيل ملفات الامتداد Hey Ladies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
عنوان URL الرسمي https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
الوصف Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
حجم الملف 6.29 KB
عدد التثبيتات 11
النسخة الحالية 0.1.2
آخر تحديث 2018-08-20
تاريخ النشر 2018-08-19
تقييم 5.00/5 مجموع تقييمات 2
المطور pdebelak
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}