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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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'" } |