Scholarometer for Google Chrome TM

Chrome Extension for Academic Impact Analysis

Scholarometer for Google Chrome TM란 무엇입니까?

Scholarometer for Google Chrome TM은(는) Scholarometer Team (@indiana.edu)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for Academic Impact Analysis"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Scholarometer for Google Chrome TM 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Scholarometer for Google Chrome TM is the chrome extension for Scholarometer.

The tool enables authors to extract their own bibliographic data from Google Scholar, curate it, annotate it, and export it to other tools or share it. More importantly, Scholarometer computes widely adopted metrics for analyzing author impact, such as the h-index and several extensions.

Read more about Scholarometer project here: http://scholarometer.indiana.edu and more about version history here http://scholarometer.indiana.edu/download.html.                    

확장 프로그램 기본 정보

이름 Scholarometer for Google Chrome TM Scholarometer for Google Chrome TM
ID bkpjpiiflelcnkcmnadjcbefgcgjjiph
공식 URL https://chrome.google.com/webstore/detail/scholarometer-for-google/bkpjpiiflelcnkcmnadjcbefgcgjjiph
설명 Chrome Extension for Academic Impact Analysis
파일 크기 398 KB
설치 횟수 3,000
현재 버전 4.1.0
최근 업데이트 2015-09-27
출시 날짜 2015-09-27
평점 3.17/5 총 30 개의 평점
개발자 Scholarometer Team (@indiana.edu)
결제 유형 free
도움말 페이지 URL http://scholarometer.indiana.edu/faqs.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Scholarometer for Google Chrome TM"
    },
    "description": "Chrome Extension for Academic Impact Analysis",
    "icons": {
        "128": "images\/icon_big.png",
        "48": "images\/icon.png"
    },
    "name": "Scholarometer for Google Chrome TM",
    "permissions": [
        "http:\/\/scholar.google.com\/",
        "https:\/\/scholar.google.com\/",
        "http:\/\/*.indiana.edu\/",
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "4.1.0"
}