WomanVation

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

Vad är WomanVation?

WomanVation är en Chrome-tillägg utvecklad av Victoria Miller, och dess huvudfunktion är "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.".

Tilläggsskärmbilder

screenshot

Ladda ner WomanVation-förlängningens CRX-fil

Ladda ner WomanVation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn WomanVation WomanVation
ID biopmbdheeooknfhjadabccmhhcdpiec
Officiell webbadress https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec
Beskrivning Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
Filstorlek 3.05 MB
Antal Installationer 16
Aktuell Version 1.3
Senast Uppdaterad 2018-10-14
Publiceringsdatum 2018-10-13
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Victoria Miller
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://womanvation.wordpress.com/
Stödda Språk 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'"
}