Rapid Journal Quality Check

Displays rankings and h-index for academic journals next to Google Scholar search results.

什么是Rapid Journal Quality Check?

Rapid Journal Quality Check是由jrk.devgit开发的Chrome扩展程序,该扩展的主要功能是“Displays rankings and h-index for academic journals next to Google Scholar search results.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Rapid Journal Quality Check扩展crx文件

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

扩展使用说明

                        Rapid Quality Check for Academic Journals in Google Scholar Search Results 

This Chrome extension displays an academic journal's (and some conference's) rankings next to search results from Google Scholar. This also works for scholar profile pages on Google Scholar and other subpages (e.g. cited by, etc.). 

A variety of rankings are available for the user to choose from (SJR, ABDC, ABS, VHB, FT50, CORE, ...). These are interdisciplinary (e.g., SJR, BFI), focused on economics/social sciences (e.g., ABDC, VHB, ...), or focused on computer science journals/conferences (CORE, CCF).

Hovering your cursor over the ranking gives you additional information such as the name of the journal and its h-index. Clicking on the "+" (if available) gives you additional rankings; those that you have not pre-selected.

Via the extension's icon (which you can pin) you can also access a search bar to enter a journal name and get the ranking.

This extension uses/builds upon:
- CCFrank by WenyanLiu: https://github.com/WenyanLiu/CCFrank4dblp
- the public Crossref API: https://api.crossref.org/swagger-ui/index.html
- the public dblp API: https://dblp.org/
- Australian Business Deans Council (ABDC) list: https://abdc.edu.au/research/abdc-journal-quality-list/
- Academic Journal Guide (AJG) by the Chartered Association of Business Schools (C_ABS): https://charteredabs.org/academic-journal-guide-2021/
- Bibliometriske Forskningsindikator (BFI) of the Danish Ministry of Higher Education and Science ranking: ufm.dk
- Ranking of the Chinese Computer Foundation (CCF): https://www.ccf.org.cn/en/Bulletin/2019-05-13/663884.shtml
- CNRS ranking: https://www.gate.cnrs.fr/spip.php?rubrique31&lang=en
- Foundation National pour l’Enseignement de la Gestion des Enterprises (FNEGE) ranking: https://www.fnege.org/classement-des-revues-scientifiques-en-sciences-de-gestion/
- Financial Times (FT) research rank:
- High Council for Evaluation of Research & Higher Education (HCERES) ranking: https://www.hceres.fr/sites/default/files/media/downloads/2020-liste-hceres-domaine-shs1-economie-et-gestion_0.pdf
- SCImago Journal & Country Rank (retrieved July 20th, 2022): http://www.scimagojr.com
- CORE journal and conference ranking: http://portal.core.edu.au/jnl-ranks/
- Financial Time's FT50 ranking: https://www.ft.com/content/3405a512-5cbb-11e1-8f1f-00144feabdc0
- Icons from Flaticon.com: https://www.flaticon.com/free-icons/research                    

扩展基本信息

名称 Rapid Journal Quality Check Rapid Journal Quality Check
ID mfkbhgdamgfcifnhcdebfahkgnbkagmo
官方URL https://chromewebstore.google.com/detail/rapid-journal-quality-che/mfkbhgdamgfcifnhcdebfahkgnbkagmo
简介 Displays rankings and h-index for academic journals next to Google Scholar search results.
文件大小 4.32 MB
安装次数 25,247
当前版本 4.1.2
更新时间 2023-07-09
上架时间 2022-08-12
评分 4.52/5 共31次评分
开发者 jrk.devgit
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "4.1.2",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icon\/16x16.png",
        "24": "icon\/24x24.png",
        "32": "icon\/32x32.png",
        "64": "icon\/64x64.png",
        "128": "icon\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "action": {
        "default_title": "Rapid Journal Quality Check",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16x16.png",
            "24": "icon\/24x24.png",
            "32": "icon\/32x32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scholar.google.ae\/*",
                "https:\/\/scholar.google.at\/*",
                "https:\/\/scholar.google.be\/*",
                "https:\/\/scholar.google.bg\/*",
                "https:\/\/scholar.google.ca\/*",
                "https:\/\/scholar.google.cat\/*",
                "https:\/\/scholar.google.ch\/*",
                "https:\/\/scholar.google.cl\/*",
                "https:\/\/scholar.google.co.cr\/*",
                "https:\/\/scholar.google.co.hu\/*",
                "https:\/\/scholar.google.co.id\/*",
                "https:\/\/scholar.google.co.il\/*",
                "https:\/\/scholar.google.co.in\/*",
                "https:\/\/scholar.google.co.jp\/*",
                "https:\/\/scholar.google.co.kr\/*",
                "https:\/\/scholar.google.co.nz\/*",
                "https:\/\/scholar.google.co.th\/*",
                "https:\/\/scholar.google.co.uk\/*",
                "https:\/\/scholar.google.co.ve\/*",
                "https:\/\/scholar.google.co.za\/*",
                "https:\/\/scholar.google.com\/*",
                "https:\/\/scholar.google.com.ar\/*",
                "https:\/\/scholar.google.com.au\/*",
                "https:\/\/scholar.google.com.bo\/*",
                "https:\/\/scholar.google.com.br\/*",
                "https:\/\/scholar.google.com.co\/*",
                "https:\/\/scholar.google.com.cu\/*",
                "https:\/\/scholar.google.com.do\/*",
                "https:\/\/scholar.google.com.ec\/*",
                "https:\/\/scholar.google.com.eg\/*",
                "https:\/\/scholar.google.com.gr\/*",
                "https:\/\/scholar.google.com.gt\/*",
                "https:\/\/scholar.google.com.hk\/*",
                "https:\/\/scholar.google.com.ly\/*",
                "https:\/\/scholar.google.com.mx\/*",
                "https:\/\/scholar.google.com.my\/*",
                "https:\/\/scholar.google.com.ni\/*",
                "https:\/\/scholar.google.com.pa\/*",
                "https:\/\/scholar.google.com.pe\/*",
                "https:\/\/scholar.google.com.ph\/*",
                "https:\/\/scholar.google.com.pk\/*",
                "https:\/\/scholar.google.com.pl\/*",
                "https:\/\/scholar.google.com.pr\/*",
                "https:\/\/scholar.google.com.py\/*",
                "https:\/\/scholar.google.com.ru\/*",
                "https:\/\/scholar.google.com.sg\/*",
                "https:\/\/scholar.google.com.sv\/*",
                "https:\/\/scholar.google.com.tr\/*",
                "https:\/\/scholar.google.com.tw\/*",
                "https:\/\/scholar.google.com.ua\/*",
                "https:\/\/scholar.google.com.uy\/*",
                "https:\/\/scholar.google.com.vn\/*",
                "https:\/\/scholar.google.cz\/*",
                "https:\/\/scholar.google.de\/*",
                "https:\/\/scholar.google.dk\/*",
                "https:\/\/scholar.google.es\/*",
                "https:\/\/scholar.google.fi\/*",
                "https:\/\/scholar.google.fr\/*",
                "https:\/\/scholar.google.gr\/*",
                "https:\/\/scholar.google.hk\/*",
                "https:\/\/scholar.google.hn\/*",
                "https:\/\/scholar.google.hr\/*",
                "https:\/\/scholar.google.hu\/*",
                "https:\/\/scholar.google.is\/*",
                "https:\/\/scholar.google.it\/*",
                "https:\/\/scholar.google.li\/*",
                "https:\/\/scholar.google.lt\/*",
                "https:\/\/scholar.google.lu\/*",
                "https:\/\/scholar.google.lv\/*",
                "https:\/\/scholar.google.nl\/*",
                "https:\/\/scholar.google.no\/*",
                "https:\/\/scholar.google.pl\/*",
                "https:\/\/scholar.google.pt\/*",
                "https:\/\/scholar.google.ro\/*",
                "https:\/\/scholar.google.ru\/*",
                "https:\/\/scholar.google.se\/*",
                "https:\/\/scholar.google.si\/*",
                "https:\/\/scholar.google.sk\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "js\/scholar.js",
                "js\/scholar_turbo.js",
                "js\/ccf.js",
                "js\/fetchRank.js",
                "data\/ccf.FullRank_ISSNs.js",
                "data\/ccf.FullRank_Names.js",
                "data\/ccf.FullRank_Acro.js",
                "script.js"
            ]
        }
    ]
}