iGuge Helper

We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…

Qu'est-ce que iGuge Helper ?

iGuge Helper est une extension Chrome développée par https://iguge.app, et sa fonction principale est "We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iGuge Helper

Téléchargez les fichiers d'extension iGuge Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of scientific knowledge today.

Free users can use Google scholar with Wikipedia.                    

Informations de Base sur l'Extension

Nom iGuge Helper iGuge Helper
ID ncldcbhpeplkfijdhnoepdgdnmjkckij
URL Officiel https://chromewebstore.google.com/detail/iguge-helper/ncldcbhpeplkfijdhnoepdgdnmjkckij
Description We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…
Taille du Fichier 597 KB
Nombre d'Installations 237,607
Version Actuelle 2.3.7
Dernière Mise à Jour 2023-10-08
Date de Publication 2020-04-14
Évaluation 4.31/5 Total 587 Évaluations
Développeur https://iguge.app
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://iguge.xyz/helper?page_id=215
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/128ico.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "minimum_chrome_version": "108.0.0",
    "author": "[email protected]",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "default_locale": "zh_CN",
    "icons": {
        "128": "img\/128ico.png",
        "48": "img\/48ico.png",
        "16": "img\/16ico.png"
    },
    "manifest_version": 3,
    "homepage_url": "http:\/\/iguge.net",
    "version": "2.3.7",
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "management",
        "proxy",
        "webRequest",
        "webRequestAuthProvider",
        "idle"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "main.html",
        "default_title": "__MSG_name__",
        "default_icon": "img\/16ico.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "__MSG_description__"
}