Simple Article Metrics
The easiest way to get article-level metrics!
Qu'est-ce que Simple Article Metrics ?
Simple Article Metrics est une extension Chrome développée par http://samuelpean.com, et sa fonction principale est "The easiest way to get article-level metrics!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Article Metrics
Téléchargez les fichiers d'extension Simple Article Metrics au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | djcgalfcnkapkcmnkkdfkldolbfgifli |
URL Officiel | https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli |
Description | The easiest way to get article-level metrics! |
Taille du Fichier | 13.53 KB |
Nombre d'Installations | 218 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-09-09 |
Date de Publication | 2013-09-09 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://samuelpean.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.samuelpean.com/simple-article-metrics |
Langues Prises en Charge | 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 } |