Scientific Research Assistant
List of websites post for scientific research
Cos'è Scientific Research Assistant?
Scientific Research Assistant è un'estensione di Chrome sviluppata da https://sem-dev.net, e la sua funzione principale è "List of websites post for scientific research".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scientific Research Assistant
Scarica i file di estensione Scientific Research Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. .
Informazioni di Base sull'Estensione
Nome | Scientific Research Assistant |
ID | jooegpcnchemlkionfejkjijhjenmdag |
URL Ufficiale | https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag |
Descrizione | List of websites post for scientific research |
Dimensione del File | 117 KB |
Conteggio Installazioni | 479 |
Versione Corrente | 10.3 |
Ultimo Aggiornamento | 2023-02-13 |
Data di Pubblicazione | 2020-12-27 |
Sviluppatore | https://sem-dev.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/SEM-DEV/Scientific-Research-Assistant |
Lingue Supportate | 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" } } } } |