Gender Neutralize
De-gender language on the web
Wat is Gender Neutralize?
Gender Neutralize is een Chrome-extensie ontwikkeld door soph-iest, en de belangrijkste functie is "De-gender language on the web".
Extensie Screenshots
Download het CRX-bestand van de extensie Gender Neutralize
Download Gender Neutralize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension to turn unnecessarily gendered words into their gender-neutral alternatives across the web. Currently covers traditional male and female pronouns, relational titles (e.g. "boyfriend", "daughter"), professional and occupational titles (e.g. "Congressman"), and more. Options to toggle changing of personal pronouns on or off, as well as inputting a substitute for "dude", "guys", and other slang-based terms.
Basisinformatie over de Extensie
Naam | Gender Neutralize |
ID | iekijanpfmnhhpkabojigmglmmfgknoa |
Officiële URL | https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa |
Beschrijving | De-gender language on the web |
Bestandsgrootte | 43.21 KB |
Aantal Installaties | 294 |
Huidige Versie | 3.2.2 |
Laatst Bijgewerkt | 2021-12-14 |
Publicatiedatum | 2018-07-14 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | soph-iest |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/amity/gender-neutralize |
Help Pagina-URL | https://github.com/amity/gender-neutralize |
URL van de Privacybeleid Pagina | https://github.com/soph-iest/gender-neutralize |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gender Neutralize", "short_name": "De-Gender", "version": "3.2.2", "author": "Sophie Debs", "content_scripts": [ { "all_frames": true, "js": [ "replacement.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "description": "De-gender language on the web", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "options_ui": { "page": "options.html", "open_in_tab": false } } |