Altmetric for Pubmed and Google Scholar

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

¿Qué es Altmetric for Pubmed and Google Scholar?

Altmetric for Pubmed and Google Scholar es una extensión de Chrome desarrollada por Ankit Agrawal, y su función principal es "Get Altmetric score for research papers in Google Scholar and Pubmed search results".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Altmetric for Pubmed and Google Scholar

Descarga archivos de extensión Altmetric for Pubmed and Google Scholar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Altmetric for Pubmed and Google Scholar Altmetric for Pubmed and Google Scholar
ID moognpmgdkhdnljndnbbfahhajjhjjac
URL Oficial https://chromewebstore.google.com/detail/altmetric-for-pubmed-and/moognpmgdkhdnljndnbbfahhajjhjjac
Descripción Get Altmetric score for research papers in Google Scholar and Pubmed search results
Tamaño del Archivo 31.06 KB
Cantidad de Instalaciones 1,623
Versión Actual 1.2
Última Actualización 2022-01-15
Fecha de Publicación 2021-11-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Ankit Agrawal
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}