LYH DOI Tools

LYH DOI Tools

LYH DOI Tools là gì?

LYH DOI Tools là một tiện ích mở rộng Chrome được phát triển bởi LYH, và tính năng chính của nó là "LYH DOI Tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LYH DOI Tools

Tải xuống các tệp mở rộng LYH DOI Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ● A Chrome extension to add Sci-HUB or Lib-Gen download icons to every DOI-link on the page, with various other small changes to make scientific paper downloading less annoying.

● For user guide, source code, etc. : https://github.com/liyuanhe211/LYH_DOI_Tools

● Features:
    ● Add a download button to every DOI on the page.
    ● Directly download PDF from citation info with the context menu option or use the shortcut [Ctrl+Shift+S].
    ● Batch download PDFs from Lib-Gen for all DOI found in one page.
    ● Jump unnecessary clicks to make browsing experience smoother:
        ⚬ [Sci-Hub]: Click the "Open" button for you.
        ⚬ [Lib-Gen]: Click the "GET" button for you.
        ⚬ [Lib-Gen]: Auto refresh when 503 is triggered due to download several files at once (very useful for download large batch of files).
        ⚬ [Wiley]: Skip the Wiley ePDF page and direct download a PDF.
        ⚬ [x-mol.com]: The totally meaningless waiting period (a few seconds) before redirection when searching references on x-mol.com.
        ⚬ [Scifinder]: The need to click the single DOI link when opening Other sources on SciFinder.

● Explanation of required permissions:
        ⚬ "tabs" permission: The extension needs to know the content and URL of the tabs to find DOIs, and to modify the content of the webpage to add download icons according to the found DOIs.
        ⚬ "storage" permission: To store settings like preferred sci-hub domain and other options.
        ⚬ "contextMenus" permission: Add a contextMenu item as a quick way to access x-mol.com search engine.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LYH DOI Tools LYH DOI Tools
ID khmjbohiflimlmijcimkbpmfglaijkic
URL Chính Thức https://chromewebstore.google.com/detail/lyh-doi-tools/khmjbohiflimlmijcimkbpmfglaijkic
Mô tả LYH DOI Tools
Kích Thước Tệp 1021 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2023-10-09
Ngày Phát Hành 2021-10-20
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LYH
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/liyuanhe211/LYH_DOI_Tools
URL Trang Trợ Giúp https://github.com/liyuanhe211/LYH_DOI_Tools
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LYH DOI Tools",
    "version": "0.8",
    "manifest_version": 3,
    "description": "LYH DOI Tools",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "x_mol_search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Search reference with the selected ref info on x-mol.com to get to the original article page."
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "content.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/pubs.acs.org\/doi\/epdf\/*",
                "https:\/\/www.science.org\/doi\/epdf\/*",
                "https:\/\/royalsocietypublishing.org\/doi\/epdf\/*",
                "https:\/\/www.chinesechemsoc.org\/doi\/epdf\/*",
                "https:\/\/www.pnas.org\/doi\/epdf\/*",
                "https:\/\/onlinelibrary.wiley.com\/doi\/epdf\/*",
                "https:\/\/onlinelibrary.wiley.com\/doi\/pdf\/*",
                "https:\/\/*.onlinelibrary.wiley.com\/doi\/epdf\/*",
                "https:\/\/*.onlinelibrary.wiley.com\/doi\/pdf\/*",
                "https:\/\/journals.asm.org\/doi\/epub\/*",
                "https:\/\/www.ahajournals.org\/doi\/epub\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "stupid_epdf_correction.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.x-mol.com\/q*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "x-mol_Auto_Jump.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/chemport.cas.org\/cgi-bin\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "SciFinder_OtherSources_DOI_Clicker.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/lls.reaxys.com\/xflink*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "Reaxys_FullText_DOI_Clicker.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/apps.crossref.org\/SimpleTextQuery"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "TextQuery.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/chemport.cas.org\/cgi-bin\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "SciFinder_OtherSources_TabSwitcher.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "Sci_Hub_Auto_Download.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "lib.js",
                "LibGen_Auto_Download.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/Icon16.png",
        "128": "images\/Icon128.png"
    },
    "action": {
        "default_icon": "images\/Icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}