SwiftSearch

SwiftSearch - Search the web swiftly from your browser

O que é SwiftSearch?

SwiftSearch é uma extensão do Chrome desenvolvida por https://swiftsearch.live, e sua principal característica é "SwiftSearch - Search the web swiftly from your browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SwiftSearch

Baixe arquivos de extensão SwiftSearch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SwiftSearch SwiftSearch
ID jhjnpfmmdicimpofgmpehpgphlhamano
URL Oficial https://chromewebstore.google.com/detail/swiftsearch/jhjnpfmmdicimpofgmpehpgphlhamano
Descrição SwiftSearch - Search the web swiftly from your browser
Tamanho do Arquivo 560 KB
Contagem de Instalações 12,623
Versão Atual 2
Última Atualização 2022-09-08
Data de Publicação 2021-01-19
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://swiftsearch.live
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.swiftsearch.live
URL da Página de Política de Privacidade https://www.swiftsearch.live/web/privacy_policy
Idiomas Suportados 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"
}