ScholarNet

PubMed和谷歌学术插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med)

Cos'è ScholarNet?

ScholarNet è un'estensione di Chrome sviluppata da willbefinefine, e la sua funzione principale è "PubMed和谷歌学术插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ScholarNet

Scarica i file di estensione ScholarNet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        PubMed插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med)。安装并启用插件后,可以直接查看期刊的影响因子和原文阅读地址。                    

Informazioni di Base sull'Estensione

Nome ScholarNet ScholarNet
ID fdaipgcffdglgdajdealidldhilicckh
URL Ufficiale https://chromewebstore.google.com/detail/scholarnet/fdaipgcffdglgdajdealidldhilicckh
Descrizione PubMed和谷歌学术插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med)
Dimensione del File 68.64 KB
Conteggio Installazioni 114
Versione Corrente 1.0.2.1
Ultimo Aggiornamento 2023-03-28
Data di Pubblicazione 2023-03-15
Sviluppatore willbefinefine
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2.1",
    "name": "ScholarNet",
    "author": "Dr. Pi",
    "description": "PubMed\u548c\u8c37\u6b4c\u5b66\u672f\u63d2\u4ef6\uff0c\u63d0\u5347\u6587\u732e\u68c0\u7d22\u6548\u7387\u3002\u6211\u4eec\u7684\u5fae\u4fe1\u516c\u4f17\u53f7:\u7cbe\u51c6\u533b\u5b66PM (\u5fae\u4fe1\u53f7\uff1aPrecis_Med)",
    "icons": {
        "48": "\/images\/icon.png"
    },
    "default_locale": "zh_CN",
    "background": {
        "service_worker": "Background.js"
    },
    "action": {
        "default_icon": {
            "48": "\/images\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "https:\/\/scholar.google.com\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.we-share.work\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.ebi.ac.uk\/*",
        "http:\/\/127.0.0.1:8000\/*"
    ],
    "permissions": [
        "background"
    ]
}