Ask GPT

Empowering users with AI, this extension can swiftly produce answers, replies, and essays about any topic.

Ask GPT란 무엇입니까?

Ask GPT은(는) J에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Empowering users with AI, this extension can swiftly produce answers, replies, and essays about any topic."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ask GPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        No sign up required! Users can have immediate access the power of this advanced natural language processing technology to obtain accurate and comprehensive answers to their queries.
This chrome extension is designed to provide users with the ability to ask questions and receive answers quickly and easily using ChatGPT's API. 

Whether you need help with research, want to learn more about a topic, or simply want to satisfy your curiosity, this extension can help you get the answers you need in a matter of seconds. It is easy to use and intuitive, making it a great tool for anyone who needs to access information quickly and efficiently.

Overall, this extension is a valuable tool for anyone who needs fast, accurate answers to their questions. Whether you're a student, a researcher, or just someone who wants to learn more about the world around them, this extension can help you access the information you need quickly and easily.                    

확장 프로그램 기본 정보

이름 Ask GPT Ask GPT
ID ihenjheffdoojicaemilfcdcjglimpme
공식 URL https://chromewebstore.google.com/detail/ask-gpt/ihenjheffdoojicaemilfcdcjglimpme
설명 Empowering users with AI, this extension can swiftly produce answers, replies, and essays about any topic.
파일 크기 84.39 KB
설치 횟수 1,771
현재 버전 2.7.2
최근 업데이트 2024-02-28
출시 날짜 2023-03-08
평점 5.00/5 총 5 개의 평점
개발자 J
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,vi,tr,es,it,ru,mr,hi,bn,ta,te,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "2.7.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}