Scholarscope

自动加载PubMed搜索结果中期刊的信息,助力科学研究,加快科研进展

Qu'est-ce que Scholarscope ?

Scholarscope est une extension Chrome développée par Scholarscope, et sa fonction principale est "自动加载PubMed搜索结果中期刊的信息,助力科学研究,加快科研进展".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Scholarscope

Téléchargez les fichiers d'extension Scholarscope au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        自动加载PubMed搜索结果中期刊的信息。
PubMed是美国国立卫生研究所管理的、向全球开放的数据库。用户可以在网站上检索已经或是即将发表的文献,并查看这些文献的相关信息,包括作者、期刊、发表日期、摘要和下载信息。PubMed的链接为 https://pubmed.ncbi.nlm.nih.gov/                    

Informations de Base sur l'Extension

Nom Scholarscope Scholarscope
ID lkfianapjmcmdpemdmkmkkkifdjglkpe
URL Officiel https://chrome.google.com/webstore/detail/scholarscope/lkfianapjmcmdpemdmkmkkkifdjglkpe
Description 自动加载PubMed搜索结果中期刊的信息,助力科学研究,加快科研进展
Taille du Fichier 139 KB
Nombre d'Installations 40,000
Version Actuelle 3.0.16
Dernière Mise à Jour 2020-07-28
Date de Publication 2020-07-28
Évaluation 4.92/5 Total 61 Évaluations
Développeur Scholarscope
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.scholarscope.cn/
URL de la Page d'Aide http://blog.scholarscope.cn/feedback/
URL de la Page de Politique de Confidentialité https://account.scholarscope.online/privacy.html
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Scholarscope",
    "name": "Scholarscope",
    "version": "3.0.16",
    "manifest_version": 2,
    "description": "\u81ea\u52a8\u52a0\u8f7dPubMed\u641c\u7d22\u7ed3\u679c\u4e2d\u671f\u520a\u7684\u4fe1\u606f\uff0c\u52a9\u529b\u79d1\u5b66\u7814\u7a76\uff0c\u52a0\u5feb\u79d1\u7814\u8fdb\u5c55",
    "homepage_url": "https:\/\/www.scholarscope.cn",
    "icons": {
        "128": "\/images\/icon128.png",
        "96": "\/images\/icon96.png",
        "48": "\/images\/icon48.png",
        "16": "\/images\/icon16.png"
    },
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "\/images\/icon19.png",
        "default_title": "Scholarscope",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "https:\/\/www.ncbi.nlm.nih.gov\/pubmed\/*",
                "https:\/\/www.ncbi.nlm.nih.gov\/pubmed?*",
                "https:\/\/www.ncbi.nlm.nih.gov\/pubmed",
                "*:\/\/*.edu.cn\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/searchengine.js",
                "js\/qrcode.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/blog.scholarscope.cn\/feedback\/"
            ],
            "js": [
                "js\/feedback.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "https:\/\/*.scholarscope.cn\/",
        "https:\/\/*.nih.gov\/*",
        "*:\/\/*.edu.cn\/*"
    ],
    "web_accessible_resources": [
        "js\/searchengine.js",
        "js\/feedback.js",
        "images\/icon30.png",
        "images\/DownloadPDF.png",
        "images\/informicon.png",
        "images\/qrbutton.png",
        "images\/readimg.png",
        "images\/wantimg.png",
        "images\/likeimg.png",
        "images\/dislikeimg.png",
        "images\/read.png",
        "images\/want.png",
        "images\/like.png",
        "images\/dislike.png",
        "images\/check.png",
        "images\/search.png",
        "images\/Endnote.png",
        "images\/Endnote-short.png",
        "images\/loading.gif",
        "images\/download.png",
        "images\/icon96.png",
        "images\/doublearrow.png",
        "images\/Sorting.png",
        "images\/qrbutton-short.png",
        "images\/abstract.png",
        "images\/tag.png"
    ]
}