Change PubMed

Reformats PubMed titles to make for easier copying and pasting citations.

Change PubMed là gì?

Change PubMed là một tiện ích mở rộng Chrome được phát triển bởi Anonymous, và tính năng chính của nó là "Reformats PubMed titles to make for easier copying and pasting citations.".

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

Tải xuống các tệp mở rộng Change PubMed 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

                                            

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

Tên Change PubMed Change PubMed
ID iabdbfdpgebhehkdilfncbpikcfjlnbk
URL Chính Thức https://chrome.google.com/webstore/detail/change-pubmed/iabdbfdpgebhehkdilfncbpikcfjlnbk
Mô tả Reformats PubMed titles to make for easier copying and pasting citations.
Kích Thước Tệp 39.82 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2013-06-26
Ngày Phát Hành 2013-06-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Anonymous
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change PubMed",
    "description": "Reformats PubMed titles to make for easier copying and pasting citations.",
    "version": "0.8",
    "permissions": [
        "http:\/\/www.ncbi.nlm.nih.gov\/pubmed\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ncbi.nlm.nih.gov\/pubmed\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}