Super Search
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Τι είναι το Super Search;
Το Super Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vanessaholmes011, και η κύρια λειτουργία του είναι "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Super Search
Λήψη αρχείων επέκτασης Super Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.super-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SuperSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.super-searches.com/pages/terms_of_use and privacy policy at https://www.super-searches.com/pages/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fbanalpabncablnehfeofindocfgpcea |
Επίσημο URL | https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea |
Περιγραφή | SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to… |
Μέγεθος Αρχείου | 640 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0.0.6 |
Τελευταία Ενημέρωση | 2022-07-15 |
Ημερομηνία Δημοσίευσης | 2022-06-16 |
Προγραμματιστής | vanessaholmes011 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.super-searches.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.super-searches.com/pages/contact_us |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.super-searches.com/pages/privacy_policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Search", "version": "1.0.0.6", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.super-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "supersearch" } |