Swift Search Tool

Search the web using the Swift Search Tool from the address bar.

O que é Swift Search Tool?

Swift Search Tool é uma extensão do Chrome desenvolvida por https://swiftsearchtool.com, e sua principal característica é "Search the web using the Swift Search Tool from the address bar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Swift Search Tool

Baixe arquivos de extensão Swift Search Tool 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

                        Search the web using the Swift Search Tool from the address bar.

Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar.

This extension configures your default search setting to Swift Search Tool with results powered by Microsoft Bing. 

This extension can be uninstalled at any time.

Privacy Policy: https://swiftsearchtool.com/privacy
EULA: https://swiftsearchtool.com/eula                    

Informações Básicas da Extensão

Nome Swift Search Tool Swift Search Tool
ID nohfdehlpgnlclndfpfanbfejnmmemnb
URL Oficial https://chromewebstore.google.com/detail/swift-search-tool/nohfdehlpgnlclndfpfanbfejnmmemnb
Descrição Search the web using the Swift Search Tool from the address bar.
Tamanho do Arquivo 10.63 KB
Contagem de Instalações 793
Versão Atual 1.0.0
Última Atualização 2023-06-16
Data de Publicação 2022-12-21
Desenvolvedor https://swiftsearchtool.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://swiftsearchtool.com
URL da Página de Política de Privacidade https://swiftsearchtool.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "action": {
        "default_icon": "img\/16.png",
        "default_title": "Swift Search Tool"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/swiftsearchtool.com\/favicon.ico",
            "is_default": true,
            "keyword": "Swift Search Tool",
            "name": "Swift Search Tool",
            "search_url": "https:\/\/swiftsearchtool.com\/search?q={searchTerms}",
            "suggest_url": "https:\/\/swiftsearchtool.com\/autosuggest?q={searchTerms}"
        }
    },
    "description": "Search the web using the Swift Search Tool from the address bar.",
    "host_permissions": [
        "*:\/\/*.swiftsearchtool.com\/*"
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Swift Search Tool",
    "short_name": "Swift Search Tool",
    "omnibox": {
        "keyword": "search"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}