iGetter Extension

Adds iGetter contextual menu commands.

iGetter Extension란 무엇입니까?

iGetter Extension은(는) https://www.igetter.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds iGetter contextual menu commands."입니다.

확장 프로그램 스크린샷

screenshot

iGetter Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension adds iGetter contextual menu commands. To work properly it requires iGetter application for Windows available on www.igetter.net                    

확장 프로그램 기본 정보

이름 iGetter Extension iGetter Extension
ID kefncalcphllnknagnlnfcndlehpkpck
공식 URL https://chromewebstore.google.com/detail/igetter-extension/kefncalcphllnknagnlnfcndlehpkpck
설명 Adds iGetter contextual menu commands.
파일 크기 34.91 KB
설치 횟수 1,219
현재 버전 2.7.5.1
최근 업데이트 2020-10-09
출시 날짜 2020-10-09
개발자 https://www.igetter.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.igetter.net/
도움말 페이지 URL http://www.igetter.net/faq.html#q2-11
지원되는 언어 de,en,fr,tr,es,it,hu,pl,pt-BR,bg,ru,zh-CN,zh-TW,ja
manifest.json
{
    "name": "iGetter Extension",
    "short_name": "iGetter Ext.",
    "description": "__MSG_description__",
    "version": "2.7.5.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.igetter.net\/faq.html#q2-11",
    "minimum_chrome_version": "28",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "helper.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "contextMenus",
        "nativeMessaging",
        "downloads",
        "webNavigation",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "iGetter16.png",
        "48": "iGetter48.png",
        "128": "iGetter128.png"
    },
    "web_accessible_resources": [
        "iGetter128.png"
    ]
}