PubPeer

Show links to existing PubPeer comments

Co je PubPeer?

PubPeer je rozšíření Chrome vyvinuté https://pubpeer.com, a jeho hlavní funkcí je „Show links to existing PubPeer comments“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PubPeer

Stáhněte si soubory rozšíření PubPeer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PubPeer PubPeer
ID fmcdfigcdfkdghdklblbbpacikcchbbh
Oficiální URL https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh
Popis Show links to existing PubPeer comments
Velikost souboru 38.66 KB
Počet instalací 24,440
Aktuální Verze 1.6.2
Poslední Aktualizace 2021-12-22
Datum Vydání 2020-04-16
Hodnocení 3.84/5 Celkem 25 Hodnocení
Vývojář https://pubpeer.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}