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
Cos'è Radwomen in STEM with every new tab?
Radwomen in STEM with every new tab è un'estensione di Chrome sviluppata da ak, e la sua funzione principale è "This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Radwomen in STEM with every new tab
Scarica i file di estensione Radwomen in STEM with every new tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pccgobjllhmnkgafhpajephdhhlbobki |
URL Ufficiale | https://chromewebstore.google.com/detail/radwomen-in-stem-with-eve/pccgobjllhmnkgafhpajephdhhlbobki |
Descrizione | This extension pulls in info from wikipedia about a new woman-to-know in STEM with every new tab |
Dimensione del File | 460 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2017-04-29 |
Data di Pubblicazione | 2017-04-29 |
Sviluppatore | ak |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/itsmeava/radwomen |
Lingue Supportate | 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" } } |