WomanVation

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

WomanVation là gì?

WomanVation là một tiện ích mở rộng Chrome được phát triển bởi Victoria Miller, và tính năng chính của nó là "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WomanVation

Tải xuống các tệp mở rộng WomanVation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WomanVation WomanVation
ID biopmbdheeooknfhjadabccmhhcdpiec
URL Chính Thức https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec
Mô tả Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-10-14
Ngày Phát Hành 2018-10-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Victoria Miller
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://womanvation.wordpress.com/
Ngôn Ngữ Được Hỗ Trợ 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'"
}