Smart Scholar
Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
什么是Smart Scholar?
Smart Scholar是由Samuel Berryman开发的Chrome扩展程序,该扩展的主要功能是“Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…”。
扩展截图
下载Smart Scholar扩展crx文件
下载Smart Scholar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search results based on their relevancy to papers you have previously liked, saving you time. Make your next literature review a less painful experience with Smart Scholar.
扩展基本信息
名称 | Smart Scholar |
ID | cpiloopbabigjbkcedoneanbolmohehe |
官方URL | https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe |
简介 | Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search… |
文件大小 | 16.95 KB |
安装次数 | 439 |
当前版本 | 1.0 |
更新时间 | 2019-11-28 |
上架时间 | 2019-11-27 |
评分 | 5.00/5 共1次评分 |
开发者 | Samuel Berryman |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Scholar", "version": "1.0", "manifest_version": 2, "author": "Samuel Berryman", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/scholar.google.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "images\/*" ], "permissions": [ "storage" ] } |