Presto Search
Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
Τι είναι το Presto Search;
Το Presto Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://presto-search.com, και η κύρια λειτουργία του είναι "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Presto Search
Λήψη αρχείων επέκτασης Presto Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use Presto Search, featuring Yahoo Search, to quickly access the relevant information, videos, images, and answers from across the web. EULA: http://infospace.com/downloadable/terms/eula.html Privacy Policy: http://infospace.com/downloadable/terms/privacy.html You can uninstall this extension at any time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | agbpdbjnmlgldkepgkfaimemhaobhmig |
Επίσημο URL | https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig |
Περιγραφή | Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider. |
Μέγεθος Αρχείου | 19.2 KB |
Αριθμός Εγκαταστάσεων | 36 |
Τρέχουσα Έκδοση | 0.1.24 |
Τελευταία Ενημέρωση | 2018-05-10 |
Ημερομηνία Δημοσίευσης | 2018-05-10 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://presto-search.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://presto-search.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://search-ace.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presto Search", "version": "0.1.24", "description": "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.", "author": "System 1, LLC", "icons": { "16": "assets\/img\/logo16.png", "48": "assets\/img\/logo48.png", "128": "assets\/img\/logo128.png" }, "browser_action": { "default_title": "Presto Search" }, "permissions": [ "tabs", "http:\/\/presto-search.com\/*" ], "background": { "persistent": false, "scripts": [ "js\/newTab.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.presto-search.com\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Yahoo", "instant_url": "http:\/\/presto-search.com\/redirect.html", "search_url": "http:\/\/presto-search.com\/redirect.html?q={searchTerms}", "favicon_url": "http:\/\/presto-search.com\/logo16.png", "keyword": "Yahoo", "encoding": "UTF-8", "alternate_urls": [], "search_url_post_params": "", "instant_url_post_params": "", "is_default": true } }, "content_security_policy": "script-src 'self' https:\/\/complilib.pxuno.com https:\/\/www.googletagmanager.com https:\/\/tagmanager.google.com https:\/\/xd.inspsearchapi.com 'unsafe-eval'; object-src 'self' 'unsafe-eval'", "web_accessible_resources": [ "images\/*", "https:\/\/*.google-analytics.com\/**\/*", "https:\/\/tagmanager.google.com\/*", "js\/gtm.js", "insp.localstorage.js" ] } |