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によって開発されたChromeの拡張機能で、その主な機能は「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

iGuge Helper拡張機能のCRXファイルをダウンロード

iGuge Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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__"
}