Gender Neutralize
De-gender language on the web
什麼是Gender Neutralize?
Gender Neutralize是由soph-iest開發的Chrome擴展程式,該擴展的主要功能是“De-gender language on the web”。
擴展截圖
下載Gender Neutralize擴展crx文件
下載Gender Neutralize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Gender Neutralize |
ID | iekijanpfmnhhpkabojigmglmmfgknoa |
官方網址 | https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa |
簡介 | De-gender language on the web |
檔案大小 | 43.21 KB |
安裝次數 | 294 |
目前版本 | 3.2.2 |
更新時間 | 2021-12-14 |
上架時間 | 2018-07-14 |
評分 | 4.00/5 共 6 次評分 |
開發者 | soph-iest |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/amity/gender-neutralize |
說明頁面URL | https://github.com/amity/gender-neutralize |
隱私政策頁面URL | https://github.com/soph-iest/gender-neutralize |
支援的語言 | 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 } } |