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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Semantic Scholar และคุณลักษณะหลักของมันคือ "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Semantic Scholar
ดาวน์โหลดไฟล์ส่วนขยาย 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).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Semantic Scholar |
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" ] } |