The Ungender
Replace gender-specific with gender-neutral pronouns
Cos'è The Ungender?
The Ungender è un'estensione di Chrome sviluppata da andreas.s.t.jansson, e la sua funzione principale è "Replace gender-specific with gender-neutral pronouns".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Ungender
Scarica i file di estensione The Ungender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | blfboedipjpaphkkdoddffpnfjknfeda |
| URL Ufficiale | https://chromewebstore.google.com/detail/the-ungender/blfboedipjpaphkkdoddffpnfjknfeda |
| Descrizione | Replace gender-specific with gender-neutral pronouns |
| Dimensione del File | 4.42 KB |
| Conteggio Installazioni | 13 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2012-11-04 |
| Data di Pubblicazione | 2012-11-04 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | andreas.s.t.jansson |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |