PubPeer
Show links to existing PubPeer comments
Cos'è PubPeer?
PubPeer è un'estensione di Chrome sviluppata da https://pubpeer.com, e la sua funzione principale è "Show links to existing PubPeer comments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PubPeer
Scarica i file di estensione PubPeer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PubPeer |
ID | fmcdfigcdfkdghdklblbbpacikcchbbh |
URL Ufficiale | https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh |
Descrizione | Show links to existing PubPeer comments |
Dimensione del File | 38.66 KB |
Conteggio Installazioni | 24,440 |
Versione Corrente | 1.6.2 |
Ultimo Aggiornamento | 2021-12-22 |
Data di Pubblicazione | 2020-04-16 |
Valutazione | 3.84/5 Totale 25 Valutazioni |
Sviluppatore | https://pubpeer.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |