WomanVation

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

WomanVationคืออะไร?

WomanVation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Victoria Miller และคุณลักษณะหลักของมันคือ "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WomanVation

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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'"
}