iGuge Helper

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

iGuge Helper क्या है?

iGuge Helper https://iguge.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iGuge Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम iGuge Helper iGuge Helper
ID ncldcbhpeplkfijdhnoepdgdnmjkckij
आधिकारिक URL https://chromewebstore.google.com/detail/iguge-helper/ncldcbhpeplkfijdhnoepdgdnmjkckij
विवरण We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…
फ़ाइल का आकार 597 KB
स्थापना संख्या 237,607
वर्तमान संस्करण 2.3.7
अंतिम अपडेट 2023-10-08
प्रकाशन तिथि 2020-04-14
रेटिंग 4.31/5 कुल 587 रेटिंग्स
डेवलपर https://iguge.app
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://iguge.xyz/helper?page_id=215
समर्थित भाषाएँ 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__"
}