PubPeer

Show links to existing PubPeer comments

什么是PubPeer?

PubPeer是由https://pubpeer.com开发的Chrome扩展程序,该扩展的主要功能是“Show links to existing PubPeer comments”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载PubPeer扩展crx文件

下载PubPeer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PubPeer PubPeer
ID fmcdfigcdfkdghdklblbbpacikcchbbh
官方URL https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh
简介 Show links to existing PubPeer comments
文件大小 38.66 KB
安装次数 24,440
当前版本 1.6.2
更新时间 2021-12-22
上架时间 2020-04-16
评分 3.84/5 共25次评分
开发者 https://pubpeer.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}