WomanVation
Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
Qu'est-ce que WomanVation ?
WomanVation est une extension Chrome développée par Victoria Miller, et sa fonction principale est "Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WomanVation
Téléchargez les fichiers d'extension WomanVation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | biopmbdheeooknfhjadabccmhhcdpiec |
URL Officiel | 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. |
Taille du Fichier | 3.05 MB |
Nombre d'Installations | 16 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2018-10-14 |
Date de Publication | 2018-10-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Victoria Miller |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://womanvation.wordpress.com/ |
Langues Prises en Charge | 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'" } |