Simple Article Metrics
The easiest way to get article-level metrics!
Apa itu Simple Article Metrics?
Simple Article Metrics adalah ekstensi Chrome yang dikembangkan oleh http://samuelpean.com, dan fitur utamanya adalah "The easiest way to get article-level metrics!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Article Metrics
Unduh file ekstensi Simple Article Metrics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | djcgalfcnkapkcmnkkdfkldolbfgifli |
URL Resmi | https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli |
Deskripsi | The easiest way to get article-level metrics! |
Ukuran File | 13.53 KB |
Jumlah Instalasi | 218 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-09-09 |
Tanggal Publikasi | 2013-09-09 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | http://samuelpean.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.samuelpean.com/simple-article-metrics |
Bahasa yang Didukung | 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 } |