AOSSIE Scholar

Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…

AOSSIE Scholarとは何ですか?

AOSSIE Scholarはaossie-chrome-extension-publishersによって開発されたChromeの拡張機能で、その主な機能は「Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g. h-index, citations) that have limited applicability. AOSSIE Scholar provides a wide variety of alternative academic performance metrics that may provide a more holistic and more detailed view of a scholar’s academic contributions. It scraps data from the Google Scholar page of a scholar and then opens a new page showing various other metrics and charts for the scholar.                    

拡張機能の基本情報

名前 AOSSIE Scholar AOSSIE Scholar
ID bgoiffehmhngmehlbmcepkfikalopkgo
公式URL https://chromewebstore.google.com/detail/aossie-scholar/bgoiffehmhngmehlbmcepkfikalopkgo
説明 Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…
ファイルサイズ 399 KB
インストール数 42
現在のバージョン 1.3
最終更新日 2021-04-30
公開日 2020-08-23
評価 5.00/5 合計 1 レビュー
開発者 aossie-chrome-extension-publishers
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AOSSIE Scholar",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": ".\/views\/popup.html",
        "default_icon": {
            "16": ".\/images\/default_icon_16.png",
            "32": ".\/images\/default_icon_32.png",
            "48": ".\/images\/default_icon_48.png",
            "128": ".\/images\/default_icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scholar.google.com\/citations?hl=*&user=*",
                "https:\/\/scholar.google.com\/citations?user=*&hl=*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "background": {
        "page": "views\/background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'"
}