Semantic Scholar
Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
什么是Semantic Scholar?
Semantic Scholar是由Semantic Scholar开发的Chrome扩展程序,该扩展的主要功能是“Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).”。
扩展截图
下载Semantic Scholar扩展crx文件
下载Semantic Scholar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides search and one-click navigation to the Paper Page on semanticscholar.org, where you can save the paper to your library, add it to a research feed, cite the paper, and view citations, figures, tables, code libraries, clinical trials, and more.
We are a team of researchers and engineers at AI2 building a smarter way to search and discover scientific knowledge. Share your feedback with us by emailing: [email protected]
By installing this extension you agree to the Terms of Service
(https://allenai.org/terms) and Privacy Policy (https://allenai.org/privacy-policy). 扩展基本信息
| 名称 | |
| ID | kboocjlbbkedggcpllfoigfnhieejebk |
| 官方URL | https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk |
| 简介 | Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2). |
| 文件大小 | 146 KB |
| 安装次数 | 3,855 |
| 当前版本 | 0.3.9 |
| 更新时间 | 2020-10-29 |
| 上架时间 | 2020-09-15 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Semantic Scholar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.semanticscholar.org |
| 隐私政策页面URL | https://allenai.org/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Semantic Scholar",
"description": "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).",
"version": "0.3.9",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"default_title": "Semantic Scholar",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |