Scholarcy Browser Extension
Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation
什么是Scholarcy Browser Extension?
Scholarcy Browser Extension是由https://scholarcy.com开发的Chrome扩展程序,该扩展的主要功能是“Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation”。
扩展截图
下载Scholarcy Browser Extension扩展crx文件
下载Scholarcy Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scholarcy™ is the solution to that pile of papers on your virtual desk. It can save up to 70% of the time needed to get the key information from an article, helping you with literature screening and reviews. This Extension gives you the key points of any article or research paper you have open in your browser. It creates a referenced summary with important points highlighted and generates a background reading list for those new to a field. Need to see how a paper builds on previous research? Our new 'Comparative Analysis' engine highlights this for you. Subscribers to our premium app, Scholarcy Library, will get unlimited use of this Extension and can also save, share, annotate and export their Summary Flashcards. Scholarcy locates open-access PDFs for each reference from Google Scholar, arXiv and elsewhere, and can also be configured to extract figures and tables. To provide this service, our Extension needs to read and process the contents of the current web page. Alternatively, it will locate the PDF for the article. Use the new 'Source priority' option to switch between the HTML and PDF processing. For PDF files, the article must be open access. For more information on how we use this data, please read our FAQ: https://www.scholarcy.com/faq/ and Privacy Policy: https://www.scholarcy.com/privacy-policy/
扩展基本信息
名称 | Scholarcy Browser Extension |
ID | oekgknkmgmaehhpegfeioenikocgbcib |
官方URL | https://chromewebstore.google.com/detail/scholarcy-browser-extensi/oekgknkmgmaehhpegfeioenikocgbcib |
简介 | Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation |
文件大小 | 1.22 MB |
安装次数 | 94,303 |
当前版本 | 5.0.0 |
更新时间 | 2024-02-13 |
上架时间 | 2020-04-22 |
评分 | 4.26/5 共35次评分 |
开发者 | https://scholarcy.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.scholarcy.com |
帮助页面URL | https://www.scholarcy.com/support/ |
隐私政策页面URL | https://www.scholarcy.com/privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.bdf249cb.png", "32": "icon32.plasmo.05bb7f90.png", "48": "icon48.plasmo.a32f0d4b.png", "64": "icon64.plasmo.0ee4cf32.png", "128": "icon128.plasmo.be4ef7c1.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.bdf249cb.png", "32": "icon32.plasmo.05bb7f90.png", "48": "icon48.plasmo.a32f0d4b.png", "64": "icon64.plasmo.0ee4cf32.png", "128": "icon128.plasmo.be4ef7c1.png" }, "default_popup": "popup.html" }, "version": "5.0.0", "author": "Scholarcy", "name": "Scholarcy Browser Extension", "description": "Summarizes research articles, creates interactive flashcards, highlights key points, links to open-access versions of each citation", "background": { "service_worker": "static\/background\/index.js" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage", "activeTab", "cookies" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.00c7919c.js" ], "all_frames": false, "css": [] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+Y", "mac": "MacCtrl+Command+Y" } } }, "host_permissions": [ "https:\/\/*.scholarcy.com\/*" ] } |