Simple Article Metrics

The easiest way to get article-level metrics!

Cos'è Simple Article Metrics?

Simple Article Metrics è un'estensione di Chrome sviluppata da http://samuelpean.com, e la sua funzione principale è "The easiest way to get article-level metrics!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Article Metrics

Scarica i file di estensione Simple Article Metrics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Simple Article Metrics Simple Article Metrics
ID djcgalfcnkapkcmnkkdfkldolbfgifli
URL Ufficiale https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli
Descrizione The easiest way to get article-level metrics!
Dimensione del File 13.53 KB
Conteggio Installazioni 218
Versione Corrente 1.2
Ultimo Aggiornamento 2013-09-09
Data di Pubblicazione 2013-09-09
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://samuelpean.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.samuelpean.com/simple-article-metrics
Lingue Supportate 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
}