Simple Article Metrics
The easiest way to get article-level metrics!
Simple Article Metrics là gì?
Simple Article Metrics là một tiện ích mở rộng Chrome được phát triển bởi http://samuelpean.com, và tính năng chính của nó là "The easiest way to get article-level metrics!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple Article Metrics
Tải xuống các tệp mở rộng Simple Article Metrics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djcgalfcnkapkcmnkkdfkldolbfgifli |
URL Chính Thức | https://chrome.google.com/webstore/detail/simple-article-metrics/djcgalfcnkapkcmnkkdfkldolbfgifli |
Mô tả | The easiest way to get article-level metrics! |
Kích Thước Tệp | 13.53 KB |
Số Lần Cài Đặt | 218 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2013-09-09 |
Ngày Phát Hành | 2013-09-09 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://samuelpean.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.samuelpean.com/simple-article-metrics |
Ngôn Ngữ Được Hỗ Trợ | 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 } |