Mathematical calculator
It's mathematical calculator for every day
Mathematical calculator क्या है?
Mathematical calculator http://lee.inf.ua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's mathematical calculator for every day"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mathematical calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
На данном этапе это простой калькулятор, имитирующий работу обычного карманного калькулятора. Его «кнопки» можно нажимать мышкой. Он выполняет простые математические вычисления. At this stage it is a simple calculator simulating the work of a conventional pocket calculator. Its buttons can be clicked. He performs simple mathematical calculations.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dddginjnmmjjimahkfonokjagcjakgni |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mathematical-calculator/dddginjnmmjjimahkfonokjagcjakgni |
विवरण | It's mathematical calculator for every day |
फ़ाइल का आकार | 24.82 KB |
स्थापना संख्या | 470 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2017-11-14 |
प्रकाशन तिथि | 2017-11-14 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | http://lee.inf.ua |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "\/img\/calc128.png", "default_popup": "\/html\/popup.html" }, "description": "It's mathematical calculator for every day", "icons": { "128": "\/img\/calc128.png", "256": "\/img\/calc256.png" }, "manifest_version": 2, "name": "Mathematical calculator", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Math calc", "version": "1.0.2", "web_accessible_resources": [ "\/img\/*", "\/html\/*", "\/css\/*" ] } |