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.”。
擴展截圖
下載GMX.com Search擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | igccpdkgjhbpeiihhjllfljhgnlijbgn |
| 官方網址 | 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\/*"
]
} | |