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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}