WomanVation

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

Apa itu WomanVation?

WomanVation adalah ekstensi Chrome yang dikembangkan oleh Victoria Miller, dan fitur utamanya adalah "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WomanVation

Unduh file ekstensi WomanVation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WomanVation WomanVation
ID biopmbdheeooknfhjadabccmhhcdpiec
URL Resmi https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec
Deskripsi Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
Ukuran File 3.05 MB
Jumlah Instalasi 16
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-10-14
Tanggal Publikasi 2018-10-13
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Victoria Miller
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://womanvation.wordpress.com/
Bahasa yang Didukung 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'"
}