iGuge Helper

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

Co je iGuge Helper?

iGuge Helper je rozšíření Chrome vyvinuté https://iguge.app, a jeho hlavní funkcí je „We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření iGuge Helper

Stáhněte si soubory rozšíření iGuge Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název iGuge Helper iGuge Helper
ID ncldcbhpeplkfijdhnoepdgdnmjkckij
Oficiální URL https://chromewebstore.google.com/detail/iguge-helper/ncldcbhpeplkfijdhnoepdgdnmjkckij
Popis We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…
Velikost souboru 597 KB
Počet instalací 237,607
Aktuální Verze 2.3.7
Poslední Aktualizace 2023-10-08
Datum Vydání 2020-04-14
Hodnocení 4.31/5 Celkem 587 Hodnocení
Vývojář https://iguge.app
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://iguge.xyz/helper?page_id=215
Podporované Jazyky 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__"
}