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
Eメール [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"
    }
}