Scientific Research Assistant
List of websites post for scientific research
¿Qué es Scientific Research Assistant?
Scientific Research Assistant es una extensión de Chrome desarrollada por https://sem-dev.net, y su función principal es "List of websites post for scientific research".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Scientific Research Assistant
Descarga archivos de extensión Scientific Research Assistant 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
This extension is to assist researchers easy access most popular websites for scientific research. From the popup, you can find four buttons, starting by existing where you can find popular websites Quick search, is to easy access to google scholar by entering the test you want look for it and then click on Google search or the second search engine. The last buttons is to easy access to download papers from sci-hub. .
Información Básica de la Extensión
Nombre | Scientific Research Assistant |
ID | jooegpcnchemlkionfejkjijhjenmdag |
URL Oficial | https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag |
Descripción | List of websites post for scientific research |
Tamaño del Archivo | 117 KB |
Cantidad de Instalaciones | 479 |
Versión Actual | 10.3 |
Última Actualización | 2023-02-13 |
Fecha de Publicación | 2020-12-27 |
Desarrollador | https://sem-dev.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/SEM-DEV/Scientific-Research-Assistant |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scientific Research Assistant", "version": "10.3", "description": "List of websites post for scientific research", "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus" ], "icons": { "16": "icon_16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+A", "windows": "Alt+A", "mac": "Alt+A", "chromeos": "Alt+A", "linux": "Alt+A" } } } } |