Smart Scholar
Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
Smart Scholar là gì?
Smart Scholar là một tiện ích mở rộng Chrome được phát triển bởi Samuel Berryman, và tính năng chính của nó là "Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Scholar
Tải xuống các tệp mở rộng Smart Scholar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart Scholar |
ID | cpiloopbabigjbkcedoneanbolmohehe |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe |
Mô tả | Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search… |
Kích Thước Tệp | 16.95 KB |
Số Lần Cài Đặt | 439 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-11-28 |
Ngày Phát Hành | 2019-11-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Samuel Berryman |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |