SangerboxNote

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

SangerboxNote란 무엇입니까?

SangerboxNote은(는) 小潘에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "使用桑格笔记,获取更多期刊信息"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SangerboxNote 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 SangerboxNote SangerboxNote
ID hblcedloibomgfngblmmmaoddadbdonj
공식 URL https://chromewebstore.google.com/detail/sangerboxnote/hblcedloibomgfngblmmmaoddadbdonj
설명 使用桑格笔记,获取更多期刊信息
파일 크기 104 KB
설치 횟수 11,978
현재 버전 1.1.3
최근 업데이트 2022-11-15
출시 날짜 2022-03-20
평점 4.71/5 총 7 개의 평점
개발자 小潘
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://note.sangerbox.com
도움말 페이지 URL http://note.sangerbox.com
개인정보 보호 정책 페이지 URL https://sites.google.com/view/sangerboxnote-privacy-policy
지원되는 언어 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\/*"
            ]
        }
    ]
}