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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
        }
    ]
}