Make it She

[Bridge the online gender gap]

Make it She là gì?

Make it She là một tiện ích mở rộng Chrome được phát triển bởi https://makeitshe.org, và tính năng chính của nó là "[Bridge the online gender gap]".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Make it She

Tải xuống các tệp mở rộng Make it She dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Make it She Make it She
ID efoifpoojedodmnniflmgeengockbajf
URL Chính Thức https://chromewebstore.google.com/detail/make-it-she/efoifpoojedodmnniflmgeengockbajf
Mô tả [Bridge the online gender gap]
Kích Thước Tệp 782 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 9.0
Cập Nhật Lần Cuối 2021-05-28
Ngày Phát Hành 2020-03-11
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://makeitshe.org
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}