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