WomanVation

Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.

O que é WomanVation?

WomanVation é uma extensão do Chrome desenvolvida por Victoria Miller, e sua principal característica é "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WomanVation

Baixe arquivos de extensão WomanVation 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

                        Chrome extension that provides a new woman in STEM everyday when you open a new tab or window! These women include historical figures to every day students.                    

Informações Básicas da Extensão

Nome WomanVation WomanVation
ID biopmbdheeooknfhjadabccmhhcdpiec
URL Oficial https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec
Descrição Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
Tamanho do Arquivo 3.05 MB
Contagem de Instalações 16
Versão Atual 1.3
Última Atualização 2018-10-14
Data de Publicação 2018-10-13
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Victoria Miller
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://womanvation.wordpress.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WomanVation",
    "description": "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.",
    "version": "1.3",
    "manifest_version": 2,
    "author": "Victoria Miller, Saumya Ray, Srihita Bongu",
    "chrome_url_overrides": {
        "newtab": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "websitePopup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.1.0\/jquery.min.js",
        "http:\/\/pastebin.com\/raw\/j13uM49D"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com 'unsafe-eval'; object-src 'self'"
}