WomanVation

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

Cos'è WomanVation?

WomanVation è un'estensione di Chrome sviluppata da Victoria Miller, e la sua funzione principale è "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WomanVation

Scarica i file di estensione WomanVation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WomanVation WomanVation
ID biopmbdheeooknfhjadabccmhhcdpiec
URL Ufficiale https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec
Descrizione Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
Dimensione del File 3.05 MB
Conteggio Installazioni 16
Versione Corrente 1.3
Ultimo Aggiornamento 2018-10-14
Data di Pubblicazione 2018-10-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Victoria Miller
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://womanvation.wordpress.com/
Lingue Supportate 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'"
}