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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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