Scholarometer for Google Chrome TM

Chrome Extension for Academic Impact Analysis

What is Scholarometer for Google Chrome TM?

Scholarometer for Google Chrome TM is a Chrome extension developed by Scholarometer Team (@indiana.edu), and its main feature is "Chrome Extension for Academic Impact Analysis".

Extension Screenshots

screenshot
screenshot
screenshot

Download Scholarometer for Google Chrome TM Extension CRX File

Download Scholarometer for Google Chrome TM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Scholarometer for Google Chrome TM Scholarometer for Google Chrome TM
ID bkpjpiiflelcnkcmnadjcbefgcgjjiph
Official URL https://chrome.google.com/webstore/detail/scholarometer-for-google/bkpjpiiflelcnkcmnadjcbefgcgjjiph
Description Chrome Extension for Academic Impact Analysis
File Size 398 KB
Installation Count 3,000
Current Version 4.1.0
Last Updated 2015-09-27
Publish Date 2015-09-27
Rating 3.17/5 Total 30 Ratings
Developer Scholarometer Team (@indiana.edu)
Payment Type free
Help Page URL http://scholarometer.indiana.edu/faqs.html
Supported Languages 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"
}