PubPeer
Show links to existing PubPeer comments
¿Qué es PubPeer?
PubPeer es una extensión de Chrome desarrollada por https://pubpeer.com, y su función principal es "Show links to existing PubPeer comments".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PubPeer
Descarga archivos de extensión PubPeer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | PubPeer |
ID | fmcdfigcdfkdghdklblbbpacikcchbbh |
URL Oficial | https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh |
Descripción | Show links to existing PubPeer comments |
Tamaño del Archivo | 38.66 KB |
Cantidad de Instalaciones | 24,440 |
Versión Actual | 1.6.2 |
Última Actualización | 2021-12-22 |
Fecha de Publicación | 2020-04-16 |
Calificación | 3.84/5 Total de 25 Calificaciones |
Desarrollador | https://pubpeer.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |