Simple Article Metrics

The easiest way to get article-level metrics!

Co je Simple Article Metrics?

Simple Article Metrics je rozšíření Chrome vyvinuté http://samuelpean.com, a jeho hlavní funkcí je „The easiest way to get article-level metrics!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Simple Article Metrics

Stáhněte si soubory rozšíření Simple Article Metrics ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Simple Article Metrics Simple Article Metrics
ID djcgalfcnkapkcmnkkdfkldolbfgifli
Oficiální URL https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli
Popis The easiest way to get article-level metrics!
Velikost souboru 13.53 KB
Počet instalací 218
Aktuální Verze 1.2
Poslední Aktualizace 2013-09-09
Datum Vydání 2013-09-09
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář http://samuelpean.com
Typ Platby free
Webové stránky Rozšíření http://www.samuelpean.com/simple-article-metrics
Podporované Jazyky 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
}