PubPeer

Show links to existing PubPeer comments

ما هو PubPeer؟

PubPeer هو إضافة Chrome تم تطويرها بواسطة https://pubpeer.com، والميزة الرئيسية لها هي "Show links to existing PubPeer comments".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PubPeer

قم بتنزيل ملفات الامتداد PubPeer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم PubPeer PubPeer
ID fmcdfigcdfkdghdklblbbpacikcchbbh
عنوان URL الرسمي https://chromewebstore.google.com/detail/pubpeer/fmcdfigcdfkdghdklblbbpacikcchbbh
الوصف Show links to existing PubPeer comments
حجم الملف 38.66 KB
عدد التثبيتات 24,440
النسخة الحالية 1.6.2
آخر تحديث 2021-12-22
تاريخ النشر 2020-04-16
تقييم 3.84/5 مجموع تقييمات 25
المطور https://pubpeer.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}