EasyPubMedicine

EasyPubMedicine makes PubMed easy to use

EasyPubMedicine란 무엇입니까?

EasyPubMedicine은(는) EasyPubMed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EasyPubMedicine makes PubMed easy to use"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        EasyPubMedicine使新版PubMed更好用!
EasyPubMedicine makes new PubMed easier to use! 

更新:
- 更新最新2023年中科院、JCR分区
- 支持同时展示JCR及中科院分区
- 显示近五年影响因子走势图
- 截屏PubMed网站头部信息
- Bug 修复

功能特色:
专为新版PubMed设计的工具条——看摘要、找全文、收藏文献都不是问题
  - 一键点击从UnpayWall、Sci-Hub多渠道获取全文PDF,找全文如此简单
  - 一键收集PubMed文章,好文献随时收藏并支持做多种标记,如星价、旗标、贴标签、写备注
  - 展示最新(2023年)杂志影响因子、JCR分区、中科院分区及文章被引用次数
  - 获取文章10000+种参考文献引用格式,覆盖绝大多数SCI杂志
  - PubMed搜索界面展示完整摘要
文献管理助手——浏览器就能把文献管理得井井有条
  - 文献分项目管理
  - 全文PDF批量下载
  - 全文PDF自动重命名,乱码文件名从此消失
  - 文献附件(Supplementary Material)管理,文献附件也保存得井井有条
强大翻译功能——翻译竟然这么方便,文献阅读再没烦恼
  - 支持六种翻译引擎
  - 一键翻译PubMed文章标题及摘要
  - 实时英文翻译 = 选中文字+“T”键/“D”键
  - 网页PDF随时翻译=“Ctrl+C”键+“Add Text"
文献筛选助手——筛选高质量文献如此简单
  - 支持根据杂志影响因子、分区、被引用次数等6种模式筛选文献
  - PubMed杂志筛选助手帮你筛选高质量杂志
文献探测器
   - 在所有网页探测文献标志号如DOI、PMID、ARXIVID、ISBN,可在侧边栏直接链接到文章全文
通过Edge及Chrome商店审查,安全放心

Update:
- Latest JCR impact factor(2023)
- Display trend chart of IF over the past five years
- One click to capturePubMed header screenshot
- Disable Sci-hub if you want
- Detect paper identifier and display impact factor in any webpage
- Bug fixation
- Support Manifest v3

Features:
-EasyPubMedicine tool bar, Design for new PubMed
   - One click to get PDF from UnpayWall, Sci-Hub, Libgen
   - One click to collect PubMed article to Reference Manager
   - Display journal impact factor (IF), JCR (Journal Citation Reports) journal's quartile ranking or CAS (Chinese Academy of Sciences) journal's block ranking
   - Get 1000+ reference style
   - Display abstract in PubMed search page
-Reference Manager
   - Classify reference to different project
   - Batch download and rename full-text PDF
   - Manage supplemental material
-Translation
   - One click to translate article's title and abstract in PubMed
   - Webpage translation: select the words and Press "T"
   - PDF translation
   - Multiple languages support
-Journal Filter Tools
   - Filter articles by Impact factor, JCR Quartile and citation counts...
   - PubMed filter manager helps you select most related journals in your research field
- Paper Identifier Detector
  - Detect paper identifier such as DOI, PMID, ARXIVID, ISBN and show full-text link in side-bar                    

확장 프로그램 기본 정보

이름 EasyPubMedicine EasyPubMedicine
ID nkpdpmomjhifdobiopmgfjjffacldfje
공식 URL https://chromewebstore.google.com/detail/easypubmedicine/nkpdpmomjhifdobiopmgfjjffacldfje
설명 EasyPubMedicine makes PubMed easy to use
파일 크기 8.15 MB
설치 횟수 60,000
현재 버전 0.1.20
최근 업데이트 2024-01-01
출시 날짜 2020-07-02
평점 4.83/5 총 77 개의 평점
개발자 EasyPubMed
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/naivenaive/EasyPubMed/blob/master/EasyPubMed%20User%20Manual.md
도움말 페이지 URL https://github.com/naivenaive/EasyPubMed/blob/master/EasyPubMed%20User%20Manual.md#bug-report-and-suggestion
개인정보 보호 정책 페이지 URL https://github.com/naivenaive/EasyPubMed/blob/master/EasyPubMed%20User%20Manual.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyPubMedicine",
    "manifest_version": 3,
    "version": "0.1.20",
    "description": "EasyPubMedicine makes PubMed easy to use",
    "short_name": "EP",
    "icons": {
        "16": "images\/ep_16.png",
        "48": "images\/ep_48.png",
        "128": "images\/ep_128.png"
    },
    "action": {
        "default_icon": "images\/ep_128.png",
        "default_title": "EasyPubMedicine",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "module": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "data\/*.*",
                "data\/locales\/*.xml",
                "css\/style.css",
                "pubmedFilter.html",
                "referenceManager.html",
                "esSideBar\/*.*",
                "esSidebar.html",
                "screenshot.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "unlimitedStorage",
        "downloads",
        "downloads.open",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "contextMenus",
        "debugger"
    ],
    "host_permissions": [
        "https:\/\/sci-hub.st\/",
        "https:\/\/sci-hub.se\/",
        "https:\/\/sci-hub.ru\/",
        "https:\/\/sci-hub.ee\/",
        "https:\/\/sci-hub.do\/",
        "https:\/\/sci-hub.ren\/",
        "https:\/\/sci-hub.cc\/",
        "https:\/\/sci-hub.tw\/",
        "https:\/\/sci-hub.wf\/",
        "https:\/\/sci-hub.shop\/",
        "http:\/\/libgen.gs\/",
        "https:\/\/cn.bing.com\/dict\/",
        "https:\/\/translate.google.com\/",
        "https:\/\/translate.google.cn\/",
        "https:\/\/gitee.com\/easypubmed\/easypubmed\/",
        "https:\/\/www.ncbi.nlm.nih.gov\/",
        "https:\/\/www.deepl.com\/",
        "https:\/\/api.openai.com\/",
        "*:\/\/*.qq.com\/",
        "*:\/\/*.deepl.com\/",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.ncbi.nlm.nih.gov\/*",
        "file:\/\/*\/*",
        "http:\/\/lx2.loc.gov\/",
        "*:\/\/*.amazon.com\/*",
        "https:\/\/easypubmed.vercel.app\/",
        "https:\/\/pubmed.ncbi.nlm.nih.gov\/",
        "https:\/\/lingocloud.cyapi.cn\/"
    ]
}