GPT for Google Search
Add ChatGPT to Google Search
GPT for Google Searchとは何ですか?
GPT for Google Searchはhttps://chatgpt-search.comによって開発されたChromeの拡張機能で、その主な機能は「Add ChatGPT to Google Search」です。
拡張機能のスクリーンショット
GPT for Google Search拡張機能のCRXファイルをダウンロード
GPT for Google Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get responses from ChatGPT when you search on Google Search Engine. This extension helps you show answers from ChatGPT whenever you're doing a search on Google. Please note this extension currently uses the GPT 3.5 model which is provided by OpenAI free of charge. How do I begin using this software? Please ensure you have logined to openai.com as this extension uses your own OpenAI API key to provide these chat responses whenever you make a search query. What is ChatGPT? ChatGPT is a large language model-based chatbot developed by OpenAI which helps to give you contextually relevant answers to any questions you may have. What is a LLM? A large language model is an artificial neural network-based model that has been trained on vast amounts of text data and is capable of generating human-like language What are the main benefits of using this extension? Instead of browsing through all of the Google Search results, you can get answers from the ChatGPT chatbot. It saves you time when you need to do research on a topic and you can get a general overview/summary instead. Its like having a personal assistant helping you to filter/summarize information. Do you need an openAI account? Yes, you do need to have your own openAI account as this extension uses your own API key. Is this app free to use? Yes this app is free. The reason we are able to make this app free of charge is because OpenAI gives each user a limited number of API queries each day. Whenever you are doing a search on Google.com and you have our software extension installed, it is using your own API key. Hence, there is no ongoing server costs/api costs for our development team. Why do you need host permissions for Google.com domain? Our extension code needs to run on google.com domains so that your search queries can be sent to the OpenAI servers and then the response/answer from ChatGPT can be displayed on the right side of your Google Search results. What search engines are supported? Currently, only Google search is supported. If we get more users, we'll consider adding in more search engines and other large language models such as Google Bard etc. Is your search data sold/shared with third parties? No, the search queries you input are only sent to OpenAI to give you the search query responses. We do not sell/collect your search query data at all. ChatGPT is a trademark of OpenAI. This extension is made by a third party development team and is NOT an official plugin of OpenAI. We hope you enjoy using this extension to speed up your workflow and make you more efficient at work/studying at school etc.
拡張機能の基本情報
名前 | GPT for Google Search |
ID | gjggjbkjggplolfdkfeglcabjkdfmfak |
公式URL | https://chromewebstore.google.com/detail/gpt-for-google-search/gjggjbkjggplolfdkfeglcabjkdfmfak |
説明 | Add ChatGPT to Google Search |
ファイルサイズ | 1.05 MB |
インストール数 | 45 |
現在のバージョン | 3.0.0 |
最終更新日 | 2023-11-18 |
公開日 | 2023-11-18 |
開発者 | https://chatgpt-search.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.chatgpt-search.com |
ヘルプページのURL | https://chatgpt-search.com/contact |
プライバシーポリシーページのURL | https://chatgpt-search.com/privacy-policy |
対応言語 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "3.0.0", "icons": { "512": "\/icons\/icon-512.png", "256": "\/icons\/icon-256.png", "192": "\/icons\/icon-192.png", "128": "\/icons\/icon-128.png", "96": "\/icons\/icon-96.png", "72": "\/icons\/icon-72.png", "64": "\/icons\/icon-64.png", "48": "\/icons\/icon-48.png", "32": "\/icons\/icon-32.png", "16": "\/icons\/icon-16.png" }, "action": { "default_icon": { "16": "\/icons\/icon-16.png", "24": "\/icons\/icon-24.png", "32": "\/icons\/icon-32.png" }, "default_popup": "\/pages\/popup\/popup.html" }, "default_locale": "en", "background": { "service_worker": "\/js\/BackgroundService.js", "type": "module" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ], "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "homepage_url": "https:\/\/chatgpt-search.com", "web_accessible_resources": [ { "matches": [ " |