Pubmed Impact Factor

Shows impact factors/JCR quartile, filter search results by impact factors/JCR quartile, and more

什么是Pubmed Impact Factor?

Pubmed Impact Factor是由Q. Dong开发的Chrome扩展程序,该扩展的主要功能是“Shows impact factors/JCR quartile, filter search results by impact factors/JCR quartile, and more”。

扩展截图

screenshot
screenshot
screenshot

下载Pubmed Impact Factor扩展crx文件

下载Pubmed Impact Factor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Show the impact factor (IF) and JCR quartile information (Q1 - Q4) of the journals in PubMed web pages; Filter the search results by impact factors or JCR quartile of journals; Expand or Collapse the snippet; Show or Hide the abstract.

Sep. 17th updates:
- Update the database of impact factors to the 2020 version
- Optimizations.

Oct. 20th 2020 updates:
- Optimizations.

Oct. 6th 2020 updates:
- Expand or Collapse the snippet; Show or Hide the abstract.

Aug. 26th 2020 updates:
- Add data of some missing journals. Now our database covers most of the journals in PubMed.
- Show the JCR quartile information (Q1 - Q4) for each journal
- Add checkboxes to filter search results based on the journal of JCR quartile

July 26th 2020 updates:
- Update the database of impact factors to the 2019 version
- Bug fixes

July 18th 2020 updates:
- Update to reflect the changes on PubMed web page tag names
- Bug fixes

June 27th 2020 updates:
- Added data of some missing journals in our google spreadsheet
- Simplified by removing the support to old PubMed
- Bug fixes

Feb 24 2020 updates:
- Using a slide to set IF filter in the filter panel of the webpage (See option)
- Bug fixes

Feb 20 2020 : Updated to support the legacy PubMed.
- Abstract Preview.
- Copy citation to clipboard.

Feb 19 2020 : Updated for the new Pubmed.
- Add a direct link to PMC webpage for the free PMC articles. 
- Add impact factor filter to the left setting panel of the webpage.                    

扩展基本信息

名称 Pubmed Impact Factor Pubmed Impact Factor
ID npblmhpjbopmmaadpmheopjelggjnogh
官方URL https://chromewebstore.google.com/detail/pubmed-impact-factor/npblmhpjbopmmaadpmheopjelggjnogh
简介 Shows impact factors/JCR quartile, filter search results by impact factors/JCR quartile, and more
文件大小 971 KB
安装次数 65,477
当前版本 6.1
更新时间 2021-09-20
上架时间 2020-06-27
评分 4.34/5 共58次评分
开发者 Q. Dong
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pubmed Impact Factor",
    "version": "6.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pubmed.ncbi.nlm.nih.gov\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "db.js",
                "main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "option.html",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Shows impact factors\/JCR quartile, filter search results by impact factors\/JCR quartile, and more",
    "permissions": [
        "storage"
    ]
}