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 |
官方網址 | 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" ] } |