GPT Search Navigator

Get instant, relevant answers to all your Google searches!

O que é GPT Search Navigator?

GPT Search Navigator é uma extensão do Chrome desenvolvida por gptsearchnavigator.com, e sua principal característica é "Get instant, relevant answers to all your Google searches!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GPT Search Navigator

Baixe arquivos de extensão GPT Search Navigator 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

                        Once you install the extension, Yahoo will be used as your default search engine.

🔎 GPT Search Navigator is a cutting-edge browser extension that brings the power of advanced AI technology to your online browsing experience. With this extension, you’ll have instant access to the knowledge of the highly advanced language model, CHATGPT.

No more endless scrolling and frustration caused by irrelevant search results. Finding the answers you need has never been easier with GPT Search Navigator. Simply type your query into the omnibox and hit the distinctive purple “Ask GPT” button to receive personalized and accurate results (if you are not happy with the results Google provided).

For a more in-depth experience, type “ai+tab” into the omnibox to launch a full conversation with CHATGPT (without even creating an account 😎) .With this feature, you can ask complex questions and receive detailed, conversational answers, making it easier than ever to learn and explore the vast wealth of information available on the internet.

Designed for anyone who wants to learn and explore with efficiency and ease, GPT Search Navigator is the perfect tool for students, professionals, or anyone who enjoys staying informed. No more hassle with traditional search engines, just fast and accurate information at your fingertips.

Say goodbye to the frustration of traditional search engines and hello to the future of online browsing. 🚀                    

Informações Básicas da Extensão

Nome GPT Search Navigator GPT Search Navigator
ID kmffalpgnbcdggkjbpghhjdmpcgepkaf
URL Oficial https://chromewebstore.google.com/detail/gpt-search-navigator/kmffalpgnbcdggkjbpghhjdmpcgepkaf
Descrição Get instant, relevant answers to all your Google searches!
Tamanho do Arquivo 25.32 KB
Contagem de Instalações 399
Versão Atual 1.0.5
Última Atualização 2023-04-09
Data de Publicação 2023-02-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor gptsearchnavigator.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gptsearchnavigator.com/#
URL da Página de Ajuda https://gptsearchnavigator.com/#contact_us
URL da Página de Política de Privacidade https://gptsearchnavigator.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "GPT Search Navigator",
    "name": "GPT Search Navigator",
    "description": " Get instant, relevant answers to all your Google searches!",
    "manifest_version": 3,
    "version": "1.0.5",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "64": "\/icons\/64.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "omnibox": {
        "keyword": "ai"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "GPT Search Navigator",
            "keyword": "GPT",
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/gptsearchnavigator.com\/images\/logo16.png",
            "search_url": "https:\/\/ask.gptsearchnavigator.com\/f28f899a-fce6-4be5-97b7-e5462f01de90?q={searchTerms}",
            "is_default": true
        }
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/gptsearchnavigator.com\/*",
        "*:\/\/ask.gptsearchnavigator.com\/*",
        "https:\/\/bing.com\/*",
        "https:\/\/*.bing.com\/*",
        "https:\/\/yahoo.com\/search*",
        "https:\/\/*.yahoo.com\/search*",
        "https:\/\/google.com\/search*",
        "https:\/\/*.google.com\/search*"
    ]
}