Gender Neutralize
De-gender language on the web
Gender Neutralize란 무엇입니까?
Gender Neutralize은(는) soph-iest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "De-gender language on the web"입니다.
확장 프로그램 스크린샷
Gender Neutralize 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | iekijanpfmnhhpkabojigmglmmfgknoa |
공식 URL | 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 } } |