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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}