Altmetric for Pubmed and Google Scholar

Get Altmetric score for research papers in Google Scholar and Pubmed search results

ما هو Altmetric for Pubmed and Google Scholar؟

Altmetric for Pubmed and Google Scholar هو إضافة Chrome تم تطويرها بواسطة Ankit Agrawal، والميزة الرئيسية لها هي "Get Altmetric score for research papers in Google Scholar and Pubmed search results".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Altmetric for Pubmed and Google Scholar

قم بتنزيل ملفات الامتداد Altmetric for Pubmed and Google Scholar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Using this extension, researchers can get Altmetric score for research papers in Google Scholar and PubMed search results. 

Altmetric score is an indicator of how impactful and influential, a particular paper is. It is complementary to traditional, citation-based metrics.  

Altmetric score can help researchers understand where and why a piece of research is being discussed and shared, both among other scholars and in the public sphere.

For e.g., they can see how a particular paper is being covered in the news, blogs and Twitter.                    

معلومات أساسية عن التمديد

الاسم Altmetric for Pubmed and Google Scholar Altmetric for Pubmed and Google Scholar
ID moognpmgdkhdnljndnbbfahhajjhjjac
عنوان URL الرسمي https://chromewebstore.google.com/detail/altmetric-for-pubmed-and/moognpmgdkhdnljndnbbfahhajjhjjac
الوصف Get Altmetric score for research papers in Google Scholar and Pubmed search results
حجم الملف 31.06 KB
عدد التثبيتات 1,623
النسخة الحالية 1.2
آخر تحديث 2022-01-15
تاريخ النشر 2021-11-18
تقييم 5.00/5 مجموع تقييمات 2
المطور Ankit Agrawal
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Altmetric for Pubmed and Google Scholar",
    "version": "1.2",
    "description": "Get Altmetric score for research papers in Google Scholar and Pubmed search results ",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}