Smart Scholar
Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
Was ist Smart Scholar?
Smart Scholar ist eine Chrome-Erweiterung, die von Samuel Berryman entwickelt wurde, und ihr Hauptmerkmal ist "Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…".
Erweiterungsscreenshots
Smart Scholar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Scholar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Smart Scholar |
ID | cpiloopbabigjbkcedoneanbolmohehe |
Offizielle URL | https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe |
Beschreibung | Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search… |
Dateigröße | 16.95 KB |
Installationsanzahl | 439 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-11-28 |
Veröffentlichungsdatum | 2019-11-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Samuel Berryman |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |