Scientific Research Assistant
List of websites post for scientific research
Wat is Scientific Research Assistant?
Scientific Research Assistant is een Chrome-extensie ontwikkeld door https://sem-dev.net, en de belangrijkste functie is "List of websites post for scientific research".
Extensie Screenshots
Download het CRX-bestand van de extensie Scientific Research Assistant
Download Scientific Research Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. .
Basisinformatie over de Extensie
Naam | Scientific Research Assistant |
ID | jooegpcnchemlkionfejkjijhjenmdag |
Officiële URL | https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag |
Beschrijving | List of websites post for scientific research |
Bestandsgrootte | 117 KB |
Aantal Installaties | 479 |
Huidige Versie | 10.3 |
Laatst Bijgewerkt | 2023-02-13 |
Publicatiedatum | 2020-12-27 |
Ontwikkelaar | https://sem-dev.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/SEM-DEV/Scientific-Research-Assistant |
Ondersteunde Talen | 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" } } } } |