Smart Scholar

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

What is Smart Scholar?

Smart Scholar is a Chrome extension developed by Samuel Berryman, and its main feature is "Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…".

Extension Screenshots

screenshot
screenshot

Download Smart Scholar Extension CRX File

Download Smart Scholar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Smart Scholar Smart Scholar
ID cpiloopbabigjbkcedoneanbolmohehe
Official URL 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…
File Size 16.95 KB
Installation Count 439
Current Version 1.0
Last Updated 2019-11-28
Publish Date 2019-11-27
Rating 5.00/5 Total 1 Ratings
Developer Samuel Berryman
Payment Type free
Supported Languages 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"
    ]
}