Super Search
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Qu'est-ce que Super Search ?
Super Search est une extension Chrome développée par vanessaholmes011, et sa fonction principale est "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Super Search
Téléchargez les fichiers d'extension Super Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fbanalpabncablnehfeofindocfgpcea |
URL Officiel | https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea |
Description | SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to… |
Taille du Fichier | 640 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.0.6 |
Dernière Mise à Jour | 2022-07-15 |
Date de Publication | 2022-06-16 |
Développeur | vanessaholmes011 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.super-searches.com/ |
URL de la Page d'Aide | https://www.super-searches.com/pages/contact_us |
URL de la Page de Politique de Confidentialité | https://www.super-searches.com/pages/privacy_policy |
Langues Prises en Charge | 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" } |