Rapid Journal Quality Check

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

Vad är Rapid Journal Quality Check?

Rapid Journal Quality Check är en Chrome-tillägg utvecklad av jrk.devgit, och dess huvudfunktion är "Displays rankings and h-index for academic journals next to Google Scholar search results.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Rapid Journal Quality Check-förlängningens CRX-fil

Ladda ner Rapid Journal Quality Check-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Rapid Journal Quality Check Rapid Journal Quality Check
ID mfkbhgdamgfcifnhcdebfahkgnbkagmo
Officiell webbadress https://chromewebstore.google.com/detail/rapid-journal-quality-che/mfkbhgdamgfcifnhcdebfahkgnbkagmo
Beskrivning Displays rankings and h-index for academic journals next to Google Scholar search results.
Filstorlek 4.32 MB
Antal Installationer 25,247
Aktuell Version 4.1.2
Senast Uppdaterad 2023-07-09
Publiceringsdatum 2022-08-12
Betyg 4.52/5 Totalt 31 Betyg
Utvecklare jrk.devgit
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}