Simple Article Metrics
The easiest way to get article-level metrics!
ما هو Simple Article Metrics؟
Simple Article Metrics هو إضافة Chrome تم تطويرها بواسطة http://samuelpean.com، والميزة الرئيسية لها هي "The easiest way to get article-level metrics!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Article Metrics
قم بتنزيل ملفات الامتداد Simple Article Metrics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |