Simple Article Metrics
The easiest way to get article-level metrics!
O que é Simple Article Metrics?
Simple Article Metrics é uma extensão do Chrome desenvolvida por http://samuelpean.com, e sua principal característica é "The easiest way to get article-level metrics!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Article Metrics
Baixe arquivos de extensão Simple Article Metrics no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | djcgalfcnkapkcmnkkdfkldolbfgifli |
URL Oficial | https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli |
Descrição | The easiest way to get article-level metrics! |
Tamanho do Arquivo | 13.53 KB |
Contagem de Instalações | 218 |
Versão Atual | 1.2 |
Última Atualização | 2013-09-09 |
Data de Publicação | 2013-09-09 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | http://samuelpean.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.samuelpean.com/simple-article-metrics |
Idiomas Suportados | 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 } |