The Ungender

Replace gender-specific with gender-neutral pronouns

Co je The Ungender?

The Ungender je rozšíření Chrome vyvinuté andreas.s.t.jansson, a jeho hlavní funkcí je „Replace gender-specific with gender-neutral pronouns“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření The Ungender

Stáhněte si soubory rozšíření The Ungender 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í

                        The Ungender replaces pronouns as follows: she -> ze, he -> ze, her -> zir, him -> zir, his -> zir, hers ->: zirs, his -> zirs, herself -> zirself, himself -> zirself

Source code at https://github.com/andreasjansson/the-ungender. Inspired by dhen.se                    

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

Název The Ungender The Ungender
ID blfboedipjpaphkkdoddffpnfjknfeda
Oficiální URL https://chromewebstore.google.com/detail/the-ungender/blfboedipjpaphkkdoddffpnfjknfeda
Popis Replace gender-specific with gender-neutral pronouns
Velikost souboru 4.42 KB
Počet instalací 13
Aktuální Verze 0.1
Poslední Aktualizace 2012-11-04
Datum Vydání 2012-11-04
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář andreas.s.t.jansson
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Ungender",
    "version": "0.1",
    "description": "Replace gender-specific with gender-neutral pronouns",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2
}