WomanVation
Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.
Co to jest WomanVation?
WomanVation to rozszerzenie Chrome opracowane przez Victoria Miller, a jego główną funkcją jest „Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WomanVation
Pobierz pliki rozszerzeń WomanVation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | biopmbdheeooknfhjadabccmhhcdpiec |
Oficjalny URL | https://chromewebstore.google.com/detail/womanvation/biopmbdheeooknfhjadabccmhhcdpiec |
Opis | Promote women in stem by showcasing a different women in stem everyday from famous women to your every day student. |
Rozmiar pliku | 3.05 MB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2018-10-14 |
Data Publikacji | 2018-10-13 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Victoria Miller |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://womanvation.wordpress.com/ |
Obsługiwane Języki | 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'" } |