PubPeer
Show links to existing PubPeer comments
What is PubPeer?
PubPeer is a Chrome extension developed by https://pubpeer.com, and its main feature is "Show links to existing PubPeer comments".
Extension Screenshots
Download PubPeer Extension CRX File
Download PubPeer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PubPeer |
ID | fmcdfigcdfkdghdklblbbpacikcchbbh |
Official URL | https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh |
Description | Show links to existing PubPeer comments |
File Size | 38.66 KB |
Installation Count | 24,440 |
Current Version | 1.6.2 |
Last Updated | 2021-12-22 |
Publish Date | 2020-04-16 |
Rating | 3.84/5 Total 25 Ratings |
Developer | https://pubpeer.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |