Scholarscope

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

Scholarscopeคืออะไร?

Scholarscope เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scholarscope และคุณลักษณะหลักของมันคือ "自动加载PubMed搜索结果中期刊的信息,助力科学研究,加快科研进展"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scholarscope

ดาวน์โหลดไฟล์ส่วนขยาย Scholarscope ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pubmed(https://pubmed.ncbi.nlm.nih.gov/)是美国国立卫生研究院管理的、向全球开放的文摘数据库。用户可以在网站上检索已发表或即将发表的文献,查看这些文献的相关信息,包括作者、期刊、发表日期、摘要和下载信息。Scholarscope 可以丰富 PubMed 的搜索结果,着重显示它们的重要信息、显示其领域中的排名、添加文献信息导出按钮、标记重要文献等。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scholarscope Scholarscope
ID mokcaeplgcdllmhdmfhcbjcgmaibpdgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scholarscope/mokcaeplgcdllmhdmfhcbjcgmaibpdgk
คำอธิบาย 自动加载PubMed搜索结果中期刊的信息,助力科学研究,加快科研进展
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 4.2.2
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2021-12-16
คะแนน 3.86/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Scholarscope
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.scholarscope.online/
URL หน้าช่วยเหลือ http://blog.scholarscope.online/feedback/
URL หน้านโยบายความเป็นส่วนตัว https://account.scholarscope.online/privacy.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Scholarscope",
    "name": "Scholarscope",
    "version": "4.2.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.online",
    "icons": {
        "128": "\/images\/icon128.png",
        "96": "\/images\/icon96.png",
        "48": "\/images\/icon48.png",
        "16": "\/images\/icon16.png"
    },
    "default_locale": "zh_CN",
    "action": {
        "default_icon": "\/images\/icon19.png",
        "default_title": "Scholarscope",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "https:\/\/pubmed.scholarscope.online\/*",
                "*:\/\/*.edu.cn\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/SearchEngine.js",
                "js\/MessageQueue.js",
                "js\/qrcode.js",
                "js\/purify.min.js",
                "js\/Highlight.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/blog.scholarscope.online\/wizard\/"
            ],
            "js": [
                "js\/Feedback.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.scholarscope.online\/Settings.php"
            ],
            "js": [
                "js\/UpdateSettings.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "Background.js"
    },
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.edu.cn\/*",
        "https:\/\/*.scholarscope.online\/",
        "https:\/\/*.ncbi.nlm.nih.gov\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif"
            ],
            "matches": [
                "https:\/\/*.scholarscope.online\/*",
                "https:\/\/*.ncbi.nlm.nih.gov\/*",
                "*:\/\/*.edu.cn\/*"
            ]
        }
    ]
}