SangerboxNote

使用桑格笔记,获取更多期刊信息

What is SangerboxNote?

SangerboxNote is a Chrome extension developed by 小潘, and its main feature is "使用桑格笔记,获取更多期刊信息".

Extension Screenshots

screenshot
screenshot

Download SangerboxNote Extension CRX File

Download SangerboxNote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PubMed阅读伴侣,科研文献整理助手
高效,快速,全面阅读体验,安装浏览器插件即可使用

☞影响因子、预测影响因子、分区等信息快速获取
☞杂志精确检索、文献自定义排序、sci-hub全文链接
☞文献收藏、整理及备注功能                    

Extension Basic Information

Name SangerboxNote SangerboxNote
ID hblcedloibomgfngblmmmaoddadbdonj
Official URL https://chromewebstore.google.com/detail/sangerboxnote/hblcedloibomgfngblmmmaoddadbdonj
Description 使用桑格笔记,获取更多期刊信息
File Size 104 KB
Installation Count 11,978
Current Version 1.1.3
Last Updated 2022-11-15
Publish Date 2022-03-20
Rating 4.71/5 Total 7 Ratings
Developer 小潘
Email [email protected]
Payment Type free
Extension Website http://note.sangerbox.com
Help Page URL http://note.sangerbox.com
Privacy Policy Page URL https://sites.google.com/view/sangerboxnote-privacy-policy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SangerboxNote",
    "description": "\u4f7f\u7528\u6851\u683c\u7b14\u8bb0\uff0c\u83b7\u53d6\u66f4\u591a\u671f\u520a\u4fe1\u606f",
    "version": "1.1.3",
    "manifest_version": 3,
    "author": "\u5c0f\u6f58",
    "icons": {
        "16": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "SangerboxNote",
        "default_icon": "img\/logo32.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "http:\/\/ncbi.nlm.nih.gov\/pmc\/articles\/*",
                "https:\/\/ncbi.nlm.nih.gov\/pmc\/articles\/*",
                "http:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/*",
                "https:\/\/www.ncbi.nlm.nih.gov\/pmc\/articles\/*",
                "*:\/\/*.edu.cn\/*"
            ],
            "js": [
                "js\/ncbi.min.js"
            ],
            "css": [
                "css\/style.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "http:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "https:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "*:\/\/*.edu.cn\/*"
            ]
        }
    ]
}