Smart Scholar

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

Co je Smart Scholar?

Smart Scholar je rozšíření Chrome vyvinuté Samuel Berryman, a jeho hlavní funkcí je „Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Smart Scholar

Stáhněte si soubory rozšíření Smart Scholar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Smart Scholar Smart Scholar
ID cpiloopbabigjbkcedoneanbolmohehe
Oficiální URL https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe
Popis Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
Velikost souboru 16.95 KB
Počet instalací 439
Aktuální Verze 1.0
Poslední Aktualizace 2019-11-28
Datum Vydání 2019-11-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Samuel Berryman
Typ Platby free
Podporované Jazyky 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"
    ]
}