PubPeer

Show links to existing PubPeer comments

PubPeer là gì?

PubPeer là một tiện ích mở rộng Chrome được phát triển bởi https://pubpeer.com, và tính năng chính của nó là "Show links to existing PubPeer comments".

Ả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 PubPeer

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

                        This plugin indicates PubPeer comments wherever they appear.  A lightweight plugin to install and forget about.  You will only notice that the plugin exists when it alerts you that an article has comments on PubPeer.

*No affiliation with the PubMed nor any journals.                    

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

Tên PubPeer PubPeer
ID fmcdfigcdfkdghdklblbbpacikcchbbh
URL Chính Thức https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh
Mô tả Show links to existing PubPeer comments
Kích Thước Tệp 38.66 KB
Số Lần Cài Đặt 24,440
Phiên Bản Hiện Tại 1.6.2
Cập Nhật Lần Cuối 2021-12-22
Ngày Phát Hành 2020-04-16
Đánh Giá 3.84/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://pubpeer.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PubPeer",
    "description": "Show links to existing PubPeer comments",
    "version": "1.6.2",
    "manifest_version": 2,
    "author": "Pubpeer Foundation",
    "browser_action": {
        "default_icon": {
            "20": "img\/pubpeer-16x16.png",
            "40": "img\/pubpeer-48x48.png"
        },
        "default_title": "PubPeer",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "img\/pubpeer-16x16.png",
        "48": "img\/pubpeer-48x48.png",
        "128": "img\/pubpeer-128x128.png"
    }
}