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 |
公式URL | 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 } |