Smart Scholar

Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…

Co to jest Smart Scholar?

Smart Scholar to rozszerzenie Chrome opracowane przez Samuel Berryman, a jego główną funkcją jest „Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Smart Scholar

Pobierz pliki rozszerzeń Smart Scholar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Scholar Smart Scholar
ID cpiloopbabigjbkcedoneanbolmohehe
Oficjalny URL https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe
Opis Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
Rozmiar pliku 16.95 KB
Liczba instalacji 439
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-11-28
Data Publikacji 2019-11-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Samuel Berryman
Typ Płatności free
Obsługiwane Języki 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"
    ]
}