Gender Neutralize
De-gender language on the web
¿Qué es Gender Neutralize?
Gender Neutralize es una extensión de Chrome desarrollada por soph-iest, y su función principal es "De-gender language on the web".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gender Neutralize
Descarga archivos de extensión Gender Neutralize en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Gender Neutralize |
ID | iekijanpfmnhhpkabojigmglmmfgknoa |
URL Oficial | https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa |
Descripción | De-gender language on the web |
Tamaño del Archivo | 43.21 KB |
Cantidad de Instalaciones | 294 |
Versión Actual | 3.2.2 |
Última Actualización | 2021-12-14 |
Fecha de Publicación | 2018-07-14 |
Calificación | 4.00/5 Total de 6 Calificaciones |
Desarrollador | soph-iest |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/amity/gender-neutralize |
URL de la Página de Ayuda | https://github.com/amity/gender-neutralize |
URL de la Página de Política de Privacidad | https://github.com/soph-iest/gender-neutralize |
Idiomas Soportados | 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 } } |