Simple Article Metrics

The easiest way to get article-level metrics!

¿Qué es Simple Article Metrics?

Simple Article Metrics es una extensión de Chrome desarrollada por http://samuelpean.com, y su función principal es "The easiest way to get article-level metrics!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Simple Article Metrics

Descarga archivos de extensión Simple Article Metrics en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Simple Article Metrics Simple Article Metrics
ID djcgalfcnkapkcmnkkdfkldolbfgifli
URL Oficial https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli
Descripción The easiest way to get article-level metrics!
Tamaño del Archivo 13.53 KB
Cantidad de Instalaciones 218
Versión Actual 1.2
Última Actualización 2013-09-09
Fecha de Publicación 2013-09-09
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador http://samuelpean.com
Tipo de Pago free
Sitio Web de la Extensión http://www.samuelpean.com/simple-article-metrics
Idiomas Soportados 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
}