GPT Search Navigator

Get instant, relevant answers to all your Google searches!

什麼是GPT Search Navigator?

GPT Search Navigator是由gptsearchnavigator.com開發的Chrome擴展程式,該擴展的主要功能是“Get instant, relevant answers to all your Google searches!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載GPT Search Navigator擴展crx文件

下載GPT Search Navigator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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. 🚀                    

擴展基本資訊

名稱 GPT Search Navigator GPT Search Navigator
ID kmffalpgnbcdggkjbpghhjdmpcgepkaf
官方網址 https://chromewebstore.google.com/detail/gpt-search-navigator/kmffalpgnbcdggkjbpghhjdmpcgepkaf
簡介 Get instant, relevant answers to all your Google searches!
檔案大小 25.32 KB
安裝次數 399
目前版本 1.0.5
更新時間 2023-04-09
上架時間 2023-02-08
評分 5.00/5 共 1 次評分
開發者 gptsearchnavigator.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gptsearchnavigator.com/#
說明頁面URL https://gptsearchnavigator.com/#contact_us
隱私政策頁面URL https://gptsearchnavigator.com
支援的語言 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*"
    ]
}