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是由dcraig開發的Chrome擴展程式,該擴展的主要功能是“Puts a WARNING tag on some journals on Google Scholar and PubMed. Also allows filtering by impact factor on PubMed.”。
擴展截圖
下載Journal Watch擴展crx文件
下載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 |
官方網址 | 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" } ] } |