Smart Scholar

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

Qu'est-ce que Smart Scholar ?

Smart Scholar est une extension Chrome développée par Samuel Berryman, et sa fonction principale est "Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart Scholar

Téléchargez les fichiers d'extension Smart Scholar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Smart Scholar Smart Scholar
ID cpiloopbabigjbkcedoneanbolmohehe
URL Officiel https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe
Description Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
Taille du Fichier 16.95 KB
Nombre d'Installations 439
Version Actuelle 1.0
Dernière Mise à Jour 2019-11-28
Date de Publication 2019-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Samuel Berryman
Type de Paiement free
Langues Prises en Charge 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"
    ]
}