SwiftSearch
SwiftSearch - Search the web swiftly from your browser
Qu'est-ce que SwiftSearch ?
SwiftSearch est une extension Chrome développée par https://swiftsearch.live, et sa fonction principale est "SwiftSearch - Search the web swiftly from your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SwiftSearch
Téléchargez les fichiers d'extension SwiftSearch 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
SwiftSearch - Light and minimal new tab / omnibar that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.swiftsearch.live Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SwiftSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.swiftsearch.live/web/terms_of_use and privacy policy at https://www.swiftsearch.live/web/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Bing.
Informations de Base sur l'Extension
Nom | SwiftSearch |
ID | jhjnpfmmdicimpofgmpehpgphlhamano |
URL Officiel | https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano |
Description | SwiftSearch - Search the web swiftly from your browser |
Taille du Fichier | 560 KB |
Nombre d'Installations | 12,623 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2022-09-08 |
Date de Publication | 2021-01-19 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://swiftsearch.live |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.swiftsearch.live |
URL de la Page de Politique de Confidentialité | https://www.swiftsearch.live/web/privacy_policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwiftSearch", "version": "2", "manifest_version": 3, "description": "SwiftSearch - Search the web swiftly from your browser", "homepage_url": "https:\/\/www.swiftsearch.live", "omnibox": { "keyword": "sw" }, "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", "128": "img\/128.png" }, "background": { "service_worker": "background\/runtime.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage" ], "short_name": "swiftsearch" } |