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ファイルをダウンロード

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
Eメール [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"
            }
        }
    }
}