Gender Neutralizer
Alters gender pronouns on websites.
Gender Neutralizer란 무엇입니까?
Gender Neutralizer은(는) for-de-win에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alters gender pronouns on websites."입니다.
확장 프로그램 스크린샷
Gender Neutralizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This app aims to raise awareness of gender bias in online communications. Pick a set of pronouns and see what happens when you read an article!
확장 프로그램 기본 정보
이름 | Gender Neutralizer |
ID | lbhlinioehnnkdcndmlbnhgdenmonhnb |
공식 URL | https://chromewebstore.google.com/detail/gender-neutralizer/lbhlinioehnnkdcndmlbnhgdenmonhnb |
설명 | Alters gender pronouns on websites. |
파일 크기 | 174 KB |
설치 횟수 | 96 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2016-06-16 |
출시 날짜 | 2016-06-16 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | for-de-win |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gender Neutralizer", "version": "0.2.2", "description": "Alters gender pronouns on websites.", "permissions": [ "activeTab", "https:\/\/*.google.com\/", "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js" ], "browser_action": { "default_title": "Gender Neutralizer", "default_icon": "icon48.png", "default_popup": "gennewt.html" }, "icons": { "100": "iconn.png", "48": "icon48.png" }, "content_scripts": [ { "js": [ "jquery-2.1.3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "f.js", "t.js", "m.js" ], "persistent": false } } |