Radwomen in STEM with every new tab
This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab
什么是Radwomen in STEM with every new tab?
Radwomen in STEM with every new tab是由ak开发的Chrome扩展程序,该扩展的主要功能是“This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab”。
扩展截图
下载Radwomen in STEM with every new tab扩展crx文件
下载Radwomen in STEM with every new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Learn about a rad woman in STEM with every new tab. This extension pulls in info (and a picture if available) from Wikipedia about a random woman in STEM in each new tab.
扩展基本信息
名称 | |
ID | pccgobjllhmnkgafhpajephdhhlbobki |
官方URL | https://chromewebstore.google.com/detail/radwomen-in-stem-with-eve/pccgobjllhmnkgafhpajephdhhlbobki |
简介 | This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab |
文件大小 | 460 KB |
安装次数 | 37 |
当前版本 | 1.6 |
更新时间 | 2017-04-29 |
上架时间 | 2017-04-29 |
开发者 | ak |
付费类型 | free |
扩展官网 | https://github.com/itsmeava/radwomen |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Radwomen in STEM with every new tab", "description": "This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab", "version": "1.6", "permissions": [ "https:\/\/*.wikipedia.org\/*" ], "chrome_url_overrides": { "newtab": "index.html" } } |