Scientific Research Assistant

List of websites post for scientific research

Scientific Research Assistant란 무엇입니까?

Scientific Research Assistant은(는) https://sem-dev.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "List of websites post for scientific research"입니다.

확장 프로그램 스크린샷

screenshot

Scientific Research Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            }
        }
    }
}