Simple Calculator
A simple and very lite calculator for your browser!
Simple Calculator क्या है?
Simple Calculator chYer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and very lite calculator for your browser!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple Calculator is a lite addon that renders a simple calculator in the browser toolbar popup. This calculator includes only simple math operations. Just click on the toolbar button to open the interface and start typing your desired math operations. Please note that all calculations are rounded to at most 7 decimal places. You can type either with your keyboard or the embedded virtual keyboard in the popup UI. To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/calculator.html).
एक्सटेंशन की मूल जानकारी
नाम | Simple Calculator |
ID | ecpncpmkcjkakaopoapkbalimlpbhjnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-calculator/ecpncpmkcjkakaopoapkbalimlpbhjnk |
विवरण | A simple and very lite calculator for your browser! |
फ़ाइल का आकार | 27.18 KB |
स्थापना संख्या | 2,789 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2023-08-21 |
प्रकाशन तिथि | 2019-04-15 |
रेटिंग | 3.75/5 कुल 4 रेटिंग्स |
डेवलपर | chYer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/calculator.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/calculator.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage" ], "name": "Simple Calculator", "homepage_url": "https:\/\/mybrowseraddon.com\/calculator.html", "description": "A simple and very lite calculator for your browser!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Simple Calculator", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |