SwiftSearch
SwiftSearch - Search the web swiftly from your browser
Cos'è SwiftSearch?
SwiftSearch è un'estensione di Chrome sviluppata da https://swiftsearch.live, e la sua funzione principale è "SwiftSearch - Search the web swiftly from your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SwiftSearch
Scarica i file di estensione SwiftSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | jhjnpfmmdicimpofgmpehpgphlhamano | 
| URL Ufficiale | https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano | 
| Descrizione | SwiftSearch - Search the web swiftly from your browser | 
| Dimensione del File | 560 KB | 
| Conteggio Installazioni | 12,623 | 
| Versione Corrente | 2 | 
| Ultimo Aggiornamento | 2022-09-08 | 
| Data di Pubblicazione | 2021-01-19 | 
| Valutazione | 5.00/5 Totale 5 Valutazioni | 
| Sviluppatore | https://swiftsearch.live | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.swiftsearch.live | 
| URL della Pagina della Politica sulla Privacy | https://www.swiftsearch.live/web/privacy_policy | 
| Lingue Supportate | 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"
}  |  |