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 |
Eメール | [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'" } |