Collegiate Scholar Link

This extension makes better use of Google Scholar for scholars.

Collegiate Scholar Linkとは何ですか?

Collegiate Scholar Linkはhttp://joeycn.github.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension makes better use of Google Scholar for scholars.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Don't know how to download a scientific paper from a publisher off campus? 
Collegiate Scholar Link provides additional links for Google Scholar search results. Through those links, you can access the articles anywhere via your university's proxy service. If you're tired of VPN and poor searching functionality of your university's library portal, Collegiate Scholar Link may ease your life a little.
Currently, Collegiate Scholar Link currently supports UT Arlington, UT Dallas, UT Austin and SDState.                    

拡張機能の基本情報

名前 Collegiate Scholar Link Collegiate Scholar Link
ID lmammanhmfopafiiopefcedjiffdogdf
公式URL https://chrome.google.com/webstore/detail/collegiate-scholar-link/lmammanhmfopafiiopefcedjiffdogdf
説明 This extension makes better use of Google Scholar for scholars.
ファイルサイズ 206 KB
インストール数 320
現在のバージョン 0.0.7
最終更新日 2016-09-14
公開日 2016-09-14
開発者 http://joeycn.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://joeycn.github.io/cslink
ヘルプページのURL https://www.facebook.com/CollegiateScholarLink/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Collegiate Scholar Link",
    "short_name": "CSLink",
    "author": "[email protected]",
    "version": "0.0.7",
    "description": "This extension makes better use of Google Scholar for scholars.",
    "icons": {
        "16": "icons\/ico-16.png",
        "39": "icons\/ico-39.png",
        "48": "icons\/ico-48.png",
        "128": "icons\/ico-128.png",
        "256": "icons\/ico-256.png"
    },
    "background": {
        "scripts": [
            "js\/proxy_bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scholar.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.12.0.min.js",
                "js\/bootstrap.min.js",
                "js\/proxy.js",
                "js\/proxy-opt.js"
            ],
            "css": [
                "css\/bootstrap.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "page_action": {
        "default_name": "Collegiate Scholar Link",
        "default_icon": "icons\/ico-39.png",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "icons\/*.png",
        "pages\/*.html"
    ],
    "manifest_version": 2
}