WomanVation
Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
What is WomanVation?
WomanVation is a Chrome extension developed by Victoria Miller, and its main feature is "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.".
Extension Screenshots
Download WomanVation Extension CRX File
Download WomanVation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | biopmbdheeooknfhjadabccmhhcdpiec |
Official URL | https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec |
Description | Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student. |
File Size | 3.05 MB |
Installation Count | 16 |
Current Version | 1.3 |
Last Updated | 2018-10-14 |
Publish Date | 2018-10-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Victoria Miller |
[email protected] | |
Payment Type | free |
Extension Website | https://womanvation.wordpress.com/ |
Supported Languages | 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'" } |