Scientific Research Assistant

List of websites post for scientific research

Scientific Research Assistant क्या है?

Scientific Research Assistant https://sem-dev.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "List of websites post for scientific research"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scientific Research Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            }
        }
    }
}