Choice Language

Replaces the text 'pro-life' with 'anti-choice'.

Choice Language란 무엇입니까?

Choice Language은(는) National Institute for Reproductive Health Action Fund에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the text 'pro-life' with 'anti-choice'."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Choice Language 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Those who stand against a woman's right to decide what is best for her own body prop themselves up as righteous saviors using a problematic framework of rhetoric and religion. The term "pro-life" is inaccurate in this argument – although it is a powerful tool in the fight against women's health rights – as it serves to demonize individuals who are pro-choice by suggesting that in their support of a woman's right to choose what is best for her own life, they also advocate for death in some way.

Tired of seeing the fraught term "pro-life" used ubiquitously and incorrectly, we conceived of this extension to shift the language of the discussion towards a more accurate framework. Using the language of pro-choice and anti-choice eliminates the sneaky and damning implications of a model built around "pro-life" versus pro-choice language. Pro-choice advocates are not anti-life, anti-choice advocates seek to eliminate a woman's right to choose. A conversation built on pro-choice versus anti-choice language is a more accurate one, and is one that does not vilify those who identify as anti-choice any further than their own actions would suggest.                    

확장 프로그램 기본 정보

이름 Choice Language Choice Language
ID bfpnbfcglkogjgceechnidfcmpchobmd
공식 URL https://chromewebstore.google.com/detail/choice-language/bfpnbfcglkogjgceechnidfcmpchobmd
설명 Replaces the text 'pro-life' with 'anti-choice'.
파일 크기 5.44 KB
설치 횟수 454
현재 버전 1.0
최근 업데이트 2016-02-17
출시 날짜 2016-02-17
평점 3.80/5 총 45 개의 평점
개발자 National Institute for Reproductive Health Action Fund
결제 유형 free
확장 프로그램 웹 사이트 http://www.nirhealth.org
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Choice Language",
    "version": "1.0",
    "description": "Replaces the text 'pro-life' with 'anti-choice'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}