Choice Language
Replaces the text 'pro-life' with 'anti-choice'.
Τι είναι το Choice Language;
Το Choice Language είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον National Institute for Reproductive Health Action Fund, και η κύρια λειτουργία του είναι "Replaces the text 'pro-life' with 'anti-choice'.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Choice Language
Λήψη αρχείων επέκτασης Choice Language σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        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.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| 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"
        }
    ]
}  |  |