ChatGPT Calculator

A simple calculator using ChatGPT API

ChatGPT Calculator란 무엇입니까?

ChatGPT Calculator은(는) potega.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple calculator using ChatGPT API"입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPT Calculator, a Chrome extension that combines the simplicity of a calculator with the advanced capabilities of OpenAI's ChatGPT to help you effortlessly perform calculations. This easy-to-use extension is perfect for students, professionals, and anyone who needs quick and accurate calculations right within their browser.

Key Features:

Simple Interface: ChatGPT Calculator offers a clean and intuitive interface that makes it easy for users to input mathematical expressions.
Powered by ChatGPT AI: Harness the power of OpenAI's ChatGPT to perform calculations, providing you with quick and accurate results.
Accessible in the Browser Toolbar: Conveniently located in your browser toolbar, the ChatGPT Calculator is just a click away whenever you need to perform calculations while browsing the web.
Supports Various Mathematical Expressions: From basic arithmetic to more complex expressions, the ChatGPT Calculator is designed to handle a wide range of calculations.

Get started with ChatGPT Calculator today and experience the convenience and power of AI-driven calculations right at your fingertips. Install now and make your calculations faster, smarter, and more accurate.                    

확장 프로그램 기본 정보

이름 ChatGPT Calculator ChatGPT Calculator
ID dnajhmmokipabaedipejhjcgnecbbbih
공식 URL https://chromewebstore.google.com/detail/chatgpt-calculator/dnajhmmokipabaedipejhjcgnecbbbih
설명 A simple calculator using ChatGPT API
파일 크기 18.4 KB
설치 횟수 325
현재 버전 1.1
최근 업데이트 2023-03-16
출시 날짜 2023-03-16
평점 1.00/5 총 1 개의 평점
개발자 potega.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Calculator",
    "description": "A simple calculator using ChatGPT API",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/icons\/16.png",
            "48": "\/assets\/icons\/48.png",
            "128": "\/assets\/icons\/128.png"
        }
    },
    "icons": {
        "48": "\/assets\/icons\/48.png",
        "128": "\/assets\/icons\/128.png"
    }
}