GPT Search Navigator
Get instant, relevant answers to all your Google searches!
What is GPT Search Navigator?
GPT Search Navigator is a Chrome extension developed by gptsearchnavigator.com, and its main feature is "Get instant, relevant answers to all your Google searches!".
Extension Screenshots
Download GPT Search Navigator Extension CRX File
Download GPT Search Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. 🚀
Extension Basic Information
Name | GPT Search Navigator |
ID | kmffalpgnbcdggkjbpghhjdmpcgepkaf |
Official URL | https://chromewebstore.google.com/detail/gpt-search-navigator/kmffalpgnbcdggkjbpghhjdmpcgepkaf |
Description | Get instant, relevant answers to all your Google searches! |
File Size | 25.32 KB |
Installation Count | 399 |
Current Version | 1.0.5 |
Last Updated | 2023-04-09 |
Publish Date | 2023-02-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | gptsearchnavigator.com |
[email protected] | |
Payment Type | free |
Extension Website | https://gptsearchnavigator.com/# |
Help Page URL | https://gptsearchnavigator.com/#contact_us |
Privacy Policy Page URL | https://gptsearchnavigator.com |
Supported Languages | 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*" ] } |