paperGuard

On the paper search site, the SCI journal ranking is displayed

Was ist paperGuard?

paperGuard ist eine Chrome-Erweiterung, die von paperGuard entwickelt wurde, und ihr Hauptmerkmal ist "On the paper search site, the SCI journal ranking is displayed".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

paperGuard-Erweiterungs-CRX-Datei herunterladen

Laden Sie paperGuard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        In Google Academic, pubmed, sciencedirect, web of science and other paper search sites, display the journal section of the paper.

Supported journal divisions include: SCI, SSCI, SCI Impact Factor, SCI 5-Year Impact Factor published by clarivate. And UTD24, FTD50 and other data sets                    

Grundlegende Informationen zur Erweiterung

Name paperGuard paperGuard
ID ofpfjhecniaokgmlbjoenomjlpkllceh
Offizielle URL https://chromewebstore.google.com/detail/paperguard/ofpfjhecniaokgmlbjoenomjlpkllceh
Beschreibung On the paper search site, the SCI journal ranking is displayed
Dateigröße 1.17 MB
Installationsanzahl 805
Aktuelle Version 1.0
Letztes Update 2023-11-22
Veröffentlichungsdatum 2023-08-18
Entwickler paperGuard
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "paperGuard",
    "manifest_version": 3,
    "version": "1.0",
    "description": "On the paper search site, the SCI journal ranking is displayed",
    "default_locale": "en",
    "icons": {
        "16": "lib\/logo\/16.png",
        "48": "lib\/logo\/48.png",
        "128": "lib\/logo\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "lib\/logo\/16.png",
            "32": "lib\/logo\/32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.paperguard.cc\/*"
    ],
    "background": {
        "service_worker": "\/show_ranking\/ranking\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.scoregg.com\/*",
                "https:\/\/appstorrent.ru\/*",
                "https:\/\/www.ctrip.com\/*",
                "https:\/\/online.phyloviz.net\/*",
                "https:\/\/*.overleaf.com\/*",
                "https:\/\/overleaf.com\/*"
            ],
            "js": [
                "lib\/js\/jquery-3.3.1.min.js",
                "lib\/paper\/dialog.js",
                "lib\/paper\/xm-select.js",
                "lib\/jquery-ui\/jquery-ui.min.js",
                "show_ranking\/ranking\/utils.js",
                "lib\/sweetalert2\/sweetalert2.min.js"
            ],
            "css": [
                "show_ranking\/style.css",
                "lib\/sweetalert2\/sweetalert2.min.css",
                "lib\/paper\/dialog.css"
            ]
        }
    ]
}