iGuge Helper

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

Cos'è iGuge Helper?

iGuge Helper è un'estensione di Chrome sviluppata da https://iguge.app, e la sua funzione principale è "We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione iGuge Helper

Scarica i file di estensione iGuge Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome iGuge Helper iGuge Helper
ID ncldcbhpeplkfijdhnoepdgdnmjkckij
URL Ufficiale https://chromewebstore.google.com/detail/iguge-helper/ncldcbhpeplkfijdhnoepdgdnmjkckij
Descrizione We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…
Dimensione del File 597 KB
Conteggio Installazioni 237,607
Versione Corrente 2.3.7
Ultimo Aggiornamento 2023-10-08
Data di Pubblicazione 2020-04-14
Valutazione 4.31/5 Totale 587 Valutazioni
Sviluppatore https://iguge.app
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://iguge.xyz/helper?page_id=215
Lingue Supportate 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__"
}