rehumanize

The Chrome extension for humanity.

Co je rehumanize?

rehumanize je rozšíření Chrome vyvinuté https://rehumanize.me, a jeho hlavní funkcí je „The Chrome extension for humanity.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření rehumanize

Stáhněte si soubory rozšíření rehumanize ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název rehumanize rehumanize
ID fndemhlchjmbionkkacpflllkfeppjpm
Oficiální URL https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm
Popis The Chrome extension for humanity.
Velikost souboru 18.5 KB
Počet instalací 65
Aktuální Verze 1.0.0
Poslední Aktualizace 2015-09-04
Datum Vydání 2015-09-04
Hodnocení 4.06/5 Celkem 17 Hodnocení
Vývojář https://rehumanize.me
Typ Platby free
Webové stránky Rozšíření http://rehumanize.me
Podporované Jazyky 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"
            ]
        }
    ]
}