Altmetric for Pubmed and Google Scholar

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

Apa itu Altmetric for Pubmed and Google Scholar?

Altmetric for Pubmed and Google Scholar adalah ekstensi Chrome yang dikembangkan oleh Ankit Agrawal, dan fitur utamanya adalah "Get Altmetric score for research papers in Google Scholar and Pubmed search results".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Altmetric for Pubmed and Google Scholar

Unduh file ekstensi Altmetric for Pubmed and Google Scholar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Altmetric for Pubmed and Google Scholar Altmetric for Pubmed and Google Scholar
ID moognpmgdkhdnljndnbbfahhajjhjjac
URL Resmi https://chromewebstore.google.com/detail/altmetric-for-pubmed-and/moognpmgdkhdnljndnbbfahhajjhjjac
Deskripsi Get Altmetric score for research papers in Google Scholar and Pubmed search results
Ukuran File 31.06 KB
Jumlah Instalasi 1,623
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-01-15
Tanggal Publikasi 2021-11-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Ankit Agrawal
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}