Altmetric for Pubmed and Google Scholar

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

O que é Altmetric for Pubmed and Google Scholar?

Altmetric for Pubmed and Google Scholar é uma extensão do Chrome desenvolvida por Ankit Agrawal, e sua principal característica é "Get Altmetric score for research papers in Google Scholar and Pubmed search results".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Altmetric for Pubmed and Google Scholar

Baixe arquivos de extensão Altmetric for Pubmed and Google Scholar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Get Altmetric score for research papers in Google Scholar and Pubmed search results
Tamanho do Arquivo 31.06 KB
Contagem de Instalações 1,623
Versão Atual 1.2
Última Atualização 2022-01-15
Data de Publicação 2021-11-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Ankit Agrawal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}