GMX Search
The fast search of the German mail provider.
GMX Search क्या है?
GMX Search https://gmx.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fast search of the German mail provider."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GMX Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sets GMX Search as default search engine in your Chrome Browser - Search the internet Internet directly from your browser's URL-bar with GMX Search - Can be changed in the browser settings at any time - Simple, fast and secure web search
एक्सटेंशन की मूल जानकारी
नाम | GMX Search |
ID | ifnpdkekpolmoigegociihedmnnebdph |
आधिकारिक URL | https://chromewebstore.google.com/detail/gmx-search/ifnpdkekpolmoigegociihedmnnebdph |
विवरण | The fast search of the German mail provider. |
फ़ाइल का आकार | 135 KB |
स्थापना संख्या | 3,480 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2020-10-20 |
प्रकाशन तिथि | 2019-08-13 |
डेवलपर | https://gmx.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://agb-server.gmx.net/datenschutz |
समर्थित भाषाएँ | 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.4", "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", "keyword": "gmx.de", "search_url": "https:\/\/suche.gmx.net\/web?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}", "suggest_url": "https:\/\/suggestplugin.ui-portal.de\/s?su={searchTerms}&brand=gmx&origin=se_splugin_gc_sg", "image_url": "https:\/\/suche.gmx.net\/pic?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}", "favicon_url": "https:\/\/suche.gmx.net\/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.net\/*", "*:\/\/*.gmx.de\/*", "*:\/\/*.gmx.ch\/*", "*:\/\/*.gmx.at\/*" ] } ], "default_locale": "de", "version_name": "1.3.4", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "storage", "*:\/\/*.gmx.net\/*", "*:\/\/*.gmx.de\/*", "*:\/\/*.gmx.ch\/*", "*:\/\/*.gmx.at\/*" ] } |