Scientific Research Assistant
List of websites post for scientific research
Co je Scientific Research Assistant?
Scientific Research Assistant je rozšíření Chrome vyvinuté https://sem-dev.net, a jeho hlavní funkcí je „List of websites post for scientific research“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Scientific Research Assistant
Stáhněte si soubory rozšíření Scientific Research Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. .
Základní Informace o Rozšíření
Název | Scientific Research Assistant |
ID | jooegpcnchemlkionfejkjijhjenmdag |
Oficiální URL | https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag |
Popis | List of websites post for scientific research |
Velikost souboru | 117 KB |
Počet instalací | 479 |
Aktuální Verze | 10.3 |
Poslední Aktualizace | 2023-02-13 |
Datum Vydání | 2020-12-27 |
Vývojář | https://sem-dev.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/SEM-DEV/Scientific-Research-Assistant |
Podporované Jazyky | 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" } } } } |