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
公式URL 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
Eメール [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*"
    ]
}