Scientific Research Assistant
List of websites post for scientific research
O que é Scientific Research Assistant?
Scientific Research Assistant é uma extensão do Chrome desenvolvida por https://sem-dev.net, e sua principal característica é "List of websites post for scientific research".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scientific Research Assistant
Baixe arquivos de extensão Scientific Research Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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. .
Informações Básicas da Extensão
Nome | Scientific Research Assistant |
ID | jooegpcnchemlkionfejkjijhjenmdag |
URL Oficial | https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag |
Descrição | List of websites post for scientific research |
Tamanho do Arquivo | 117 KB |
Contagem de Instalações | 479 |
Versão Atual | 10.3 |
Última Atualização | 2023-02-13 |
Data de Publicação | 2020-12-27 |
Desenvolvedor | https://sem-dev.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/SEM-DEV/Scientific-Research-Assistant |
Idiomas Suportados | 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" } } } } |