Simple Article Metrics
The easiest way to get article-level metrics!
什麼是Simple Article Metrics?
Simple Article Metrics是由http://samuelpean.com開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to get article-level metrics!”。
擴展截圖
下載Simple Article Metrics擴展crx文件
下載Simple Article Metrics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | djcgalfcnkapkcmnkkdfkldolbfgifli |
官方網址 | https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli |
簡介 | The easiest way to get article-level metrics! |
檔案大小 | 13.53 KB |
安裝次數 | 218 |
目前版本 | 1.2 |
更新時間 | 2013-09-09 |
上架時間 | 2013-09-09 |
評分 | 3.00/5 共 2 次評分 |
開發者 | http://samuelpean.com |
付費類型 | free |
擴展官網 | http://www.samuelpean.com/simple-article-metrics |
支援的語言 | 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 } |