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