Smart Scholar

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

Smart Scholarとは何ですか?

Smart ScholarはSamuel Berrymanによって開発されたChromeの拡張機能で、その主な機能は「Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Smart Scholar拡張機能のCRXファイルをダウンロード

Smart Scholar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Smart Scholar Smart Scholar
ID cpiloopbabigjbkcedoneanbolmohehe
公式URL https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe
説明 Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
ファイルサイズ 16.95 KB
インストール数 439
現在のバージョン 1.0
最終更新日 2019-11-28
公開日 2019-11-27
評価 5.00/5 合計 1 レビュー
開発者 Samuel Berryman
支払い方法 free
対応言語 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"
    ]
}