Make it She
[Bridge the online gender gap]
Make it She क्या है?
Make it She https://makeitshe.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[Bridge the online gender gap]"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Make it She एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |