rehumanize

The Chrome extension for humanity.

Что такое rehumanize?

rehumanize - это расширение Chrome, разработанное https://rehumanize.me, и его основная функция - "The Chrome extension for humanity.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения rehumanize

Скачайте файлы расширений rehumanize в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        It’s in your newsfeed, it’s in the news. Too often those fleeing disaster and despair are called “queue jumpers”, “boat people” or worse.. “illegals”. It’s easy to lose sight of their humanity.

This simple Chrome extension replaces these words and brings in a little more dignity. Let's call them humans.                    

Основная информация о расширении

Название rehumanize rehumanize
ID fndemhlchjmbionkkacpflllkfeppjpm
Официальный URL https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm
Описание The Chrome extension for humanity.
Размер файла 18.5 KB
Количество установок 65
Текущая Версия 1.0.0
Последнее Обновление 2015-09-04
Дата публикации 2015-09-04
Рейтинг 4.06/5 Всего 17 оценок
Разработчик https://rehumanize.me
Тип оплаты free
Официальный сайт расширения http://rehumanize.me
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rehumanize",
    "short_name": "rehumanize",
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Agency",
    "description": "The Chrome extension for humanity.",
    "homepage_url": "http:\/\/rehumanize.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}