Journal Watch
Puts a WARNING tag on some journals on Google Scholar and PubMed. Also allows filtering by impact factor on PubMed.
Journal Watchคืออะไร?
Journal Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dcraig และคุณลักษณะหลักของมันคือ "Puts a WARNING tag on some journals on Google Scholar and PubMed. Also allows filtering by impact factor on PubMed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Journal Watch
ดาวน์โหลดไฟล์ส่วนขยาย Journal Watch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension flags results on Google Scholar and PubMed when they come from a journal on a centralized watch list. Inclusion on the watch list may be due to lack of adequate peer review or other fundamental standards of scientific publishing integrity. There are definitely false negatives, and there may be false positives. You can now also filter PubMed search results by journal impact factor. To do this, go to the extension options and set an impact factor threshold and also upload a list of journal impact factors for the extension to use (CSV format). See screenshots for details. Submit corrections and comments to [email protected]. Thank you!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Journal Watch |
ID | onfkplddmkeepmjdghkegeglgpiaibgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/journal-watch/onfkplddmkeepmjdghkegeglgpiaibgm |
คำอธิบาย | Puts a WARNING tag on some journals on Google Scholar and PubMed. Also allows filtering by impact factor on PubMed. |
ขนาดไฟล์ | 44 KB |
จำนวนการติดตั้ง | 495 |
เวอร์ชันปัจจุบัน | 1.43 |
อัปเดตครั้งล่าสุด | 2017-10-09 |
วันที่เผยแพร่ | 2017-10-09 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | dcraig |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Journal Watch", "description": "Puts a WARNING tag on some journals on Google Scholar and PubMed. Also allows filtering by impact factor on PubMed.", "version": "1.43", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "*:\/\/davidcraigmd.org\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/scholar.google.com\/*", "*:\/\/www.ncbi.nlm.nih.gov\/*" ], "js": [ "jquery-3.2.1.min.js", "jquery.csv.js", "content.js" ], "run_at": "document_end" } ] } |