Simple Article Metrics
The easiest way to get article-level metrics!
Simple Article Metrics क्या है?
Simple Article Metrics http://samuelpean.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to get article-level metrics!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Article Metrics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |