Hey Ladies

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

Hey Ladies क्या है?

Hey Ladies pdebelak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hey Ladies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}