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文件
下载Find Related Academic Papers | Researcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
--------------------------------------------------------------------- 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" ] } |