Ask Ben (Chat GPT) Anything AI

Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box.

Ask Ben (Chat GPT) Anything AI란 무엇입니까?

Ask Ben (Chat GPT) Anything AI은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ask Ben (Chat GPT) Anything AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a fast to access way to get hold of Chat GPT, without need to go to the webpage and sign in. Ask Ben (chat gpt) anything.

All you need to do is get an OpenAI API key and enter it in the box (this is stored locally only for you) then ask a question and wait for the response. You can then use the copy buttons to copy the response to your clipboard and clear button to clear the text area so you can ask a new question! It will also save your responses locally so you won't loose the last thing you have written. Have fun! 

Buy me a coffee if you like it!

UPDATED 10/06/2023: Added new music button to play relaxing music while you chat gpt and work or study! 
*Added in ask for review.                    

확장 프로그램 기본 정보

이름 Ask Ben (Chat GPT) Anything AI Ask Ben (Chat GPT) Anything AI
ID micfamhmliebmgankfakonbicodppmng
공식 URL https://chromewebstore.google.com/detail/ask-ben-chat-gpt-anything/micfamhmliebmgankfakonbicodppmng
설명 Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box.
파일 크기 29.11 KB
설치 횟수 1,868
현재 버전 1.0.8
최근 업데이트 2024-01-28
출시 날짜 2023-02-26
평점 5.00/5 총 7 개의 평점
개발자 [email protected]
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://automarker.herokuapp.com/chromeext_privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ask Ben (Chat GPT) Anything AI",
    "description": "Chat GPT Davinci model. Input your API key, enter a question, then Ask Ben. Copy the response or clear the text box.",
    "version": "1.0.8",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "chatgpt.html",
        "default_icon": "hello_extensions.png"
    },
    "host_permissions": [
        "http:\/\/localhost:5000\/ask_chatgpt\/*",
        "https:\/\/automarker.herokuapp.com\/ask_chatgpt\/*",
        "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/materialize\/1.0.0\/js\/materialize.min.js",
        "https:\/\/code.jquery.com\/jquery-3.5.1.min.js"
    ],
    "content_security_policy": {
        "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; script-src-elem 'self' 'unsafe-inline' 'wasm-unsafe-eval' https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js*;"
    }
}