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
官方網址 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"
            }
        }
    }
}