ChatGPT Calculator

A simple calculator using ChatGPT API

ChatGPT Calculator là gì?

ChatGPT Calculator là một tiện ích mở rộng Chrome được phát triển bởi potega.dev, và tính năng chính của nó là "A simple calculator using ChatGPT API".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Calculator

Tải xuống các tệp mở rộng ChatGPT Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT Calculator ChatGPT Calculator
ID dnajhmmokipabaedipejhjcgnecbbbih
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-calculator/dnajhmmokipabaedipejhjcgnecbbbih
Mô tả A simple calculator using ChatGPT API
Kích Thước Tệp 18.4 KB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-16
Ngày Phát Hành 2023-03-16
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển potega.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}