Scientific Research Assistant

List of websites post for scientific research

Qu'est-ce que Scientific Research Assistant ?

Scientific Research Assistant est une extension Chrome développée par https://sem-dev.net, et sa fonction principale est "List of websites post for scientific research".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scientific Research Assistant

Téléchargez les fichiers d'extension Scientific Research Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.
 .                    

Informations de Base sur l'Extension

Nom Scientific Research Assistant Scientific Research Assistant
ID jooegpcnchemlkionfejkjijhjenmdag
URL Officiel https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag
Description List of websites post for scientific research
Taille du Fichier 117 KB
Nombre d'Installations 479
Version Actuelle 10.3
Dernière Mise à Jour 2023-02-13
Date de Publication 2020-12-27
Développeur https://sem-dev.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/SEM-DEV/Scientific-Research-Assistant
Langues Prises en Charge 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"
            }
        }
    }
}