WomanVation

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

什麼是WomanVation?

WomanVation是由Victoria Miller開發的Chrome擴展程式,該擴展的主要功能是“Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.”。

擴展截圖

screenshot

下載WomanVation擴展crx文件

下載WomanVation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WomanVation WomanVation
ID biopmbdheeooknfhjadabccmhhcdpiec
官方網址 https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec
簡介 Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
檔案大小 3.05 MB
安裝次數 16
目前版本 1.3
更新時間 2018-10-14
上架時間 2018-10-13
評分 5.00/5 共 3 次評分
開發者 Victoria Miller
電子郵箱 [email protected]
付費類型 free
擴展官網 https://womanvation.wordpress.com/
支援的語言 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'"
}