Make it She
[Bridge the online gender gap]
Make it She란 무엇입니까?
Make it She은(는) https://makeitshe.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "[Bridge the online gender gap]"입니다.
확장 프로그램 스크린샷
Make it She 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Women are mentioned ⅓ of the time online even though they make up ½ of the population. Make It She is an online browser extension that measures the ratio of how often men and women are mentioned on a webpage, showing you how biased your favorite websites are or aren’t. You can also use the Make it She Extension to make your own content less biased when writing emails or blogs! To learn more about the online gender gap and how you can make the internet more gender equal, visit our website makeitshe.org
확장 프로그램 기본 정보
이름 | Make it She |
ID | efoifpoojedodmnniflmgeengockbajf |
공식 URL | https://chromewebstore.google.com/detail/make-it-she/efoifpoojedodmnniflmgeengockbajf |
설명 | [Bridge the online gender gap] |
파일 크기 | 782 KB |
설치 횟수 | 70 |
현재 버전 | 9.0 |
최근 업데이트 | 2021-05-28 |
출시 날짜 | 2020-03-11 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | https://makeitshe.org |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make it She", "description": "[Bridge the online gender gap]", "version": "9.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "120": "icon_on.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon_off.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "data\/associative.js", "data\/words.js", "data\/fnames.js", "data\/firstnames.js", "data\/frenchwords.js", "data\/spanishwords.js", "content.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/canvasjs.com\/assets\/script\/canvasjs.min.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/build\/pdf.min.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/build\/pdf.worker.js; object-src 'self'", "permissions": [ "activeTab", "storage", "tabs", "history" ] } |