Find Related Academic Papers | Researcher
With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.
Find Related Academic Papers | Researcher란 무엇입니까?
Find Related Academic Papers | Researcher은(는) https://www.researcher-app.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers."입니다.
확장 프로그램 스크린샷
Find Related Academic Papers | Researcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
--------------------------------------------------------------------- If you’re reading an academic paper online, just highlight the title, abstract, or keywords, open the extension, and you’ll immediately see a list of the most relevant and recently published content. What’s more, it also works on news articles, blogs, and even social media posts. This is a new product from the Researcher team so we’d love to get your feedback. If you have any questions, comments, or suggestions, please do get in touch with us at [email protected]. Researcher is a mobile and web platform that aims to make sure academics never miss important research - and our new extension means you’ll never be without the latest content wherever you are on the web.
확장 프로그램 기본 정보
이름 | |
ID | anidheijpmdnigiojbbinkdcdihhhecp |
공식 URL | https://chrome.google.com/webstore/detail/find-related-academic-pap/anidheijpmdnigiojbbinkdcdihhhecp |
설명 | With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers. |
파일 크기 | 333 KB |
설치 횟수 | 14,834 |
현재 버전 | 0.8 |
최근 업데이트 | 2021-09-28 |
출시 날짜 | 2019-09-24 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | https://www.researcher-app.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.researcher-app.com?utm_source=&utm_medium=&utm_campaign=extension |
도움말 페이지 URL | https://www.researcher-app.com/discover?utm_source=&utm_medium=&utm_campaign=extension |
개인정보 보호 정책 페이지 URL | https://www.researcher-app.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Related Academic Papers | Researcher", "version": "0.8", "manifest_version": 2, "author": "Researcher", "description": "With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.", "icons": { "16": "assets\/images\/logo.png", "48": "assets\/images\/logo.png", "128": "assets\/images\/logo.png" }, "browser_action": { "default_icon": "assets\/images\/logo.png", "default_popup": "popup.html", "default_title": "Researcher" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ] } |