Make it She

[Bridge the online gender gap]

什么是Make it She?

Make it She是由https://makeitshe.org开发的Chrome扩展程序,该扩展的主要功能是“[Bridge the online gender gap]”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Make it She扩展crx文件

下载Make it She扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}