ChatGPT Calculator
A simple calculator using ChatGPT API
ChatGPT Calculator क्या है?
ChatGPT Calculator potega.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple calculator using ChatGPT API"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |