PubPeer

Show links to existing PubPeer comments

Qu'est-ce que PubPeer ?

PubPeer est une extension Chrome développée par https://pubpeer.com, et sa fonction principale est "Show links to existing PubPeer comments".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PubPeer

Téléchargez les fichiers d'extension PubPeer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PubPeer PubPeer
ID fmcdfigcdfkdghdklblbbpacikcchbbh
URL Officiel https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh
Description Show links to existing PubPeer comments
Taille du Fichier 38.66 KB
Nombre d'Installations 24,440
Version Actuelle 1.6.2
Dernière Mise à Jour 2021-12-22
Date de Publication 2020-04-16
Évaluation 3.84/5 Total 25 Évaluations
Développeur https://pubpeer.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}