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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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\/*" ] } |