ChatGPT Calculator
A simple calculator using ChatGPT API
什麼是ChatGPT Calculator?
ChatGPT Calculator是由potega.dev開發的Chrome擴展程式,該擴展的主要功能是“A simple calculator using ChatGPT API”。
擴展截圖
下載ChatGPT Calculator擴展crx文件
下載ChatGPT Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | dnajhmmokipabaedipejhjcgnecbbbih |
官方網址 | 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" } } |