PubPeer
Show links to existing PubPeer comments
Hvad er PubPeer?
PubPeer er en Chrome-udvidelse udviklet af https://pubpeer.com, og dens hovedfunktion er "Show links to existing PubPeer comments".
Udvidelsesskærmbilleder
Download PubPeer-udvidelses-CRX-fil
Download PubPeer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | PubPeer |
ID | fmcdfigcdfkdghdklblbbpacikcchbbh |
Officiel URL | https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh |
Beskrivelse | Show links to existing PubPeer comments |
Filstørrelse | 38.66 KB |
Antal Installationer | 24,440 |
Nuværende Version | 1.6.2 |
Senest Opdateret | 2021-12-22 |
Udgivelsesdato | 2020-04-16 |
Bedømmelse | 3.84/5 Samlet 25 Bedømmelser |
Udvikler | https://pubpeer.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |