Make it She

[Bridge the online gender gap]

O que é Make it She?

Make it She é uma extensão do Chrome desenvolvida por https://makeitshe.org, e sua principal característica é "[Bridge the online gender gap]".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Make it She

Baixe arquivos de extensão Make it She no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Make it She Make it She
ID efoifpoojedodmnniflmgeengockbajf
URL Oficial https://chromewebstore.google.com/detail/make-it-she/efoifpoojedodmnniflmgeengockbajf
Descrição [Bridge the online gender gap]
Tamanho do Arquivo 782 KB
Contagem de Instalações 70
Versão Atual 9.0
Última Atualização 2021-05-28
Data de Publicação 2020-03-11
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor https://makeitshe.org
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}