PubPeer
Show links to existing PubPeer comments
PubPeerคืออะไร?
PubPeer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pubpeer.com และคุณลักษณะหลักของมันคือ "Show links to existing PubPeer comments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PubPeer
ดาวน์โหลดไฟล์ส่วนขยาย PubPeer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |