EasyPubMedicine

EasyPubMedicine makes PubMed easy to use

Apa itu EasyPubMedicine?

EasyPubMedicine adalah ekstensi Chrome yang dikembangkan oleh EasyPubMed, dan fitur utamanya adalah "EasyPubMedicine makes PubMed easy to use".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi EasyPubMedicine

Unduh file ekstensi EasyPubMedicine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama EasyPubMedicine EasyPubMedicine
ID nkpdpmomjhifdobiopmgfjjffacldfje
URL Resmi https://chromewebstore.google.com/detail/easypubmedicine/nkpdpmomjhifdobiopmgfjjffacldfje
Deskripsi EasyPubMedicine makes PubMed easy to use
Ukuran File 8.15 MB
Jumlah Instalasi 60,000
Versi Saat Ini 0.1.20
Terakhir Diperbarui 2024-01-01
Tanggal Publikasi 2020-07-02
Penilaian 4.83/5 Total 77 Penilaian
Pengembang EasyPubMed
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/naivenaive/EasyPubMed/blob/master/EasyPubMed%20User%20Manual.md
URL Halaman Bantuan https://github.com/naivenaive/EasyPubMed/blob/master/EasyPubMed%20User%20Manual.md#bug-report-and-suggestion
URL Halaman Kebijakan Privasi https://github.com/naivenaive/EasyPubMed/blob/master/EasyPubMed%20User%20Manual.md
Bahasa yang Didukung 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\/"
    ]
}