Breaking Up Non Neutrality In English Script

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

Breaking Up Non Neutrality In English Script là gì?

Breaking Up Non Neutrality In English Script là một tiện ích mở rộng Chrome được phát triển bởi ghost of wiesenthal, và tính năng chính của nó là "Replaces he/she with they; per 16th Century English Grammar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Breaking Up Non Neutrality In English Script

Tải xuống các tệp mở rộng Breaking Up Non Neutrality In English Script dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Breaking Up Non Neutrality In English Script Breaking Up Non Neutrality In English Script
ID glimlncgebaellfbllniojiigjelicko
URL Chính Thức https://chromewebstore.google.com/detail/breaking-up-non-neutralit/glimlncgebaellfbllniojiigjelicko
Mô tả Replaces he/she with they; per 16th Century English Grammar
Kích Thước Tệp 15.17 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1515.7.13
Cập Nhật Lần Cuối 2015-07-14
Ngày Phát Hành 2015-07-13
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ghost of wiesenthal
Loại Thanh Toán free
Trang Web Mở Rộng http://blog.oxforddictionaries.com/2012/06/he-or-she-versus-they/
URL Trang Trợ Giúp http://www.npr.org/sections/thetwo-way/2015/03/27/395785965/he-she-or-hen-sweden-s-new-gender-neutral-pronoun
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}