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
官方網址 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"
    }
}