Altmetric for Pubmed and Google Scholar

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

Co je Altmetric for Pubmed and Google Scholar?

Altmetric for Pubmed and Google Scholar je rozšíření Chrome vyvinuté Ankit Agrawal, a jeho hlavní funkcí je „Get Altmetric score for research papers in Google Scholar and Pubmed search results“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Altmetric for Pubmed and Google Scholar

Stáhněte si soubory rozšíření Altmetric for Pubmed and Google Scholar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Altmetric for Pubmed and Google Scholar Altmetric for Pubmed and Google Scholar
ID moognpmgdkhdnljndnbbfahhajjhjjac
Oficiální URL https://chromewebstore.google.com/detail/altmetric-for-pubmed-and/moognpmgdkhdnljndnbbfahhajjhjjac
Popis Get Altmetric score for research papers in Google Scholar and Pubmed search results
Velikost souboru 31.06 KB
Počet instalací 1,623
Aktuální Verze 1.2
Poslední Aktualizace 2022-01-15
Datum Vydání 2021-11-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Ankit Agrawal
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}