GMX.com Search

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

GMX.com Searchคืออะไร?

GMX.com Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 1&1 Mail & Media GmbH และคุณลักษณะหลักของมันคือ "Make gmx.com search your preferred gateway to knowledge and information. Gain safety and comfort."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GMX.com Search

ดาวน์โหลดไฟล์ส่วนขยาย GMX.com Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}