Help a Scientist
Discover ways to advance science in your new tab
¿Qué es Help a Scientist?
Help a Scientist es una extensión de Chrome desarrollada por davidhuang, y su función principal es "Discover ways to advance science in your new tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Help a Scientist
Descarga archivos de extensión Help a Scientist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Help a Scientist replaces the new tab of your browser with an opportunity to participate in a citizen science project. Each time you refresh the page or open a new tab, there will be a new fun task waiting for you. If something catches your eye, simply clicking the button will take you to the SciStarter page to tell you exactly how to contribute to the project. Your contribution may help real researchers obtain real results!
Información Básica de la Extensión
Nombre | |
ID | bplkoafhogcpnogadljgjecpnfhhbbpc |
URL Oficial | https://chrome.google.com/webstore/detail/help-a-scientist/bplkoafhogcpnogadljgjecpnfhhbbpc |
Descripción | Discover ways to advance science in your new tab |
Tamaño del Archivo | 1.44 MB |
Cantidad de Instalaciones | 38 |
Versión Actual | 1.3.5 |
Última Actualización | 2018-08-14 |
Fecha de Publicación | 2018-08-14 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | davidhuang |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://helpascientist.netlify.com |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Help a Scientist", "description": "Discover ways to advance science in your new tab", "name": "Help a Scientist", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "Favicon.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "1.3.5" } |