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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Radwomen in STEM with every new tab Radwomen in STEM with every new tab
ID pccgobjllhmnkgafhpajephdhhlbobki
官方網址 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"
    }
}