Gender Neutralize
De-gender language on the web
Co je Gender Neutralize?
Gender Neutralize je rozšíření Chrome vyvinuté soph-iest, a jeho hlavní funkcí je „De-gender language on the web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gender Neutralize
Stáhněte si soubory rozšíření Gender Neutralize ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Gender Neutralize |
ID | iekijanpfmnhhpkabojigmglmmfgknoa |
Oficiální URL | https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa |
Popis | De-gender language on the web |
Velikost souboru | 43.21 KB |
Počet instalací | 294 |
Aktuální Verze | 3.2.2 |
Poslední Aktualizace | 2021-12-14 |
Datum Vydání | 2018-07-14 |
Hodnocení | 4.00/5 Celkem 6 Hodnocení |
Vývojář | soph-iest |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/amity/gender-neutralize |
URL Stránky Nápovědy | https://github.com/amity/gender-neutralize |
URL Stránky Zásad Ochrany Soukromí | https://github.com/soph-iest/gender-neutralize |
Podporované Jazyky | 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 } } |