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”。
扩展截图
下载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 |
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" } } } } |