GMX.com Search

Make gmx.com search your preferred gateway to knowledge and information. Gain safety and comfort.

GMX.com Search란 무엇입니까?

GMX.com Search은(는) 1&1 Mail & Media GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make gmx.com search your preferred gateway to knowledge and information. Gain safety and comfort."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

GMX.com Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make GMX.com search your preferred gateway to knowledge and information. Gain safety and comfort.
Depending on where you are, you will use one of the following search pages:
- US: https://search.gmx.com
- UK: https://search.gmx.co.uk
- France: https://search.gmx.fr
- Spain: https://search.gmx.es


- Sets your default search to gmx.com (or gmx.es, gmx.fr, gmx.co.uk) in your Chrome browser
- Search the web directly from your browser's URL-bar
- Can always be changed in your browser settings
- Simple, fast and always encrypted web search                    

확장 프로그램 기본 정보

이름 GMX.com Search GMX.com Search
ID igccpdkgjhbpeiihhjllfljhgnlijbgn
공식 URL https://chromewebstore.google.com/detail/gmxcom-search/igccpdkgjhbpeiihhjllfljhgnlijbgn
설명 Make gmx.com search your preferred gateway to knowledge and information. Gain safety and comfort.
파일 크기 138 KB
설치 횟수 20
현재 버전 1.3.3
최근 업데이트 2019-08-16
출시 날짜 2019-08-16
개발자 1&1 Mail & Media GmbH
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://search.gmx.com
개인정보 보호 정책 페이지 URL https://www.gmx.com/company/privacypolicy
지원되는 언어 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.3.3",
    "author": "__MSG_appAuthor__",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_label": "__MSG_extName__",
        "default_icon": "images\/icon16.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "GMX.com",
            "keyword": "gmx.com",
            "search_url": "https:\/\/search.gmx.com\/web?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}",
            "suggest_url": "https:\/\/suggestplugin.ui-portal.de\/s?su={searchTerms}&brand=gmxcom&origin=se_splugin_gc_sg",
            "image_url": "https:\/\/search.gmx.com\/pic?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}",
            "favicon_url": "https:\/\/search.gmx.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/identify-to-site-cs.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*.gmx.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "version_name": "1.3.3",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.gmx.com\/*"
    ]
}