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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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__"
}