Scientific Research Assistant

List of websites post for scientific research

Τι είναι το Scientific Research Assistant;

Το Scientific Research Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sem-dev.net, και η κύρια λειτουργία του είναι "List of websites post for scientific research".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Scientific Research Assistant

Λήψη αρχείων επέκτασης Scientific Research Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Scientific Research Assistant Scientific Research Assistant
ID jooegpcnchemlkionfejkjijhjenmdag
Επίσημο URL https://chromewebstore.google.com/detail/scientific-research-assis/jooegpcnchemlkionfejkjijhjenmdag
Περιγραφή List of websites post for scientific research
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 479
Τρέχουσα Έκδοση 10.3
Τελευταία Ενημέρωση 2023-02-13
Ημερομηνία Δημοσίευσης 2020-12-27
Προγραμματιστής https://sem-dev.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/SEM-DEV/Scientific-Research-Assistant
Υποστηριζόμενες Γλώσσες 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"
            }
        }
    }
}