Simple Article Metrics
The easiest way to get article-level metrics!
Co to jest Simple Article Metrics?
Simple Article Metrics to rozszerzenie Chrome opracowane przez http://samuelpean.com, a jego główną funkcją jest „The easiest way to get article-level metrics!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Article Metrics
Pobierz pliki rozszerzeń Simple Article Metrics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | djcgalfcnkapkcmnkkdfkldolbfgifli |
Oficjalny URL | https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli |
Opis | The easiest way to get article-level metrics! |
Rozmiar pliku | 13.53 KB |
Liczba instalacji | 218 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2013-09-09 |
Data Publikacji | 2013-09-09 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | http://samuelpean.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.samuelpean.com/simple-article-metrics |
Obsługiwane Języki | 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 } |