Breaking Up Non Neutrality In English Script

Replaces he/she with they; per 16th Century English Grammar

Co je Breaking Up Non Neutrality In English Script?

Breaking Up Non Neutrality In English Script je rozšíření Chrome vyvinuté ghost of wiesenthal, a jeho hlavní funkcí je „Replaces he/she with they; per 16th Century English Grammar“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Breaking Up Non Neutrality In English Script

Stáhněte si soubory rozšíření Breaking Up Non Neutrality In English Script 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í

                        Choice. Independence. Freedom. For some, perhaps many, a forced bifurcation of English into specific gender pronouns is unfortunate and unnecessary. This simple extension provides a neutral and liberated perspective of script, as was once the option:

"...the use of plural pronouns to refer back to a singular noun isn’t a sign of declining standards in modern English: it represents a revival of a practice dating from the 16th century, as the OED evidence makes clear:

He neuer forsaketh any creature vnlesse they before haue forsaken them selues.

- J Fisher Wayes to Perfect Religion (before 1535)"                    

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

Název Breaking Up Non Neutrality In English Script Breaking Up Non Neutrality In English Script
ID glimlncgebaellfbllniojiigjelicko
Oficiální URL https://chromewebstore.google.com/detail/breaking-up-non-neutralit/glimlncgebaellfbllniojiigjelicko
Popis Replaces he/she with they; per 16th Century English Grammar
Velikost souboru 15.17 KB
Počet instalací 13
Aktuální Verze 1515.7.13
Poslední Aktualizace 2015-07-14
Datum Vydání 2015-07-13
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář ghost of wiesenthal
Typ Platby free
Webové stránky Rozšíření http://blog.oxforddictionaries.com/2012/06/he-or-she-versus-they/
URL Stránky Nápovědy http://www.npr.org/sections/thetwo-way/2015/03/27/395785965/he-she-or-hen-sweden-s-new-gender-neutral-pronoun
Podporované Jazyky en
manifest.json
{
    "author": "Davi Ottenheimer",
    "manifest_version": 2,
    "name": "Breaking Up Non Neutrality In English Script",
    "short_name": "BUNNIES",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1515.7.13",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces he\/she with they; per 16th Century English Grammar",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "BUNNIES",
        "popup": "popup.html"
    }
}