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" ] } |