Simple Article Metrics

The easiest way to get article-level metrics!

什么是Simple Article Metrics?

Simple Article Metrics是由http://samuelpean.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to get article-level metrics!”。

扩展截图

screenshot
screenshot

下载Simple Article Metrics扩展crx文件

下载Simple Article Metrics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension automatically gives you the article-level metrics of any scientific research article you're reading online! If you want more details about an article, just click on the icon: the Altmetric donut will appear and you will know if the article has already been tweeted, liked, bloged, cited, etc.


*** Permissions ***

Permissions are only used to retrieve the article URL or its DOI number and will not compromise your privacy.                    

扩展基本信息

名称 Simple Article Metrics Simple Article Metrics
ID djcgalfcnkapkcmnkkdfkldolbfgifli
官方URL https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli
简介 The easiest way to get article-level metrics!
文件大小 13.53 KB
安装次数 218
当前版本 1.2
更新时间 2013-09-09
上架时间 2013-09-09
评分 3.00/5 共2次评分
开发者 http://samuelpean.com
付费类型 free
扩展官网 http://www.samuelpean.com/simple-article-metrics
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Simple Article Metrics"
    },
    "name": "Simple Article Metrics",
    "description": "The easiest way to get article-level metrics!",
    "homepage_url": "http:\/\/www.samuelpean.com\/simple-article-metrics",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2",
    "manifest_version": 2
}