Scientific Calculator & Unit Converter
Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)
Scientific Calculator & Unit Converter क्या है?
Scientific Calculator & Unit Converter http://parimalam.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scientific Calculator & Unit Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scientific Calculator & Unit Converter ‣ Quick loading w/ keyboard shortcut (Alt + C) ‣ Switch between keyboard and soft-keys with ease¹ ‣ Instant results as you type ‣ Scientific/decimal number representations² ‣ Unit conversions ‣ Accurate results That's the standard, on top of that, ‣ Detects and warns of wrong angle unit choice(Degree/Radian) ‣ Smart-personal shortcuts for the most used and detected conversions ‣ Automatic dark/light mode based on system preference ‣ Remembers angle unit, and number representation choices ¹ pi → π, sininv → sin⁻¹, root → √ ² Some results default to scientific notation to maintain precision
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ogbpkankgohcjdjaljlaflohjgepbokb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/scientific-calculator-uni/ogbpkankgohcjdjaljlaflohjgepbokb |
विवरण | Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA) |
फ़ाइल का आकार | 37.78 KB |
स्थापना संख्या | 2,323 |
वर्तमान संस्करण | 6.4.1 |
अंतिम अपडेट | 2023-07-27 |
प्रकाशन तिथि | 2020-06-28 |
रेटिंग | 4.71/5 कुल 34 रेटिंग्स |
डेवलपर | http://parimalam.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://parimalam.me/pages/calculator.html?utm_source=webstore |
गोपनीयता नीति पृष्ठ URL | https://parimalam.me/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scientific Calculator & Unit Converter", "short_name": "Calculator", "version": "6.4.1", "description": "Dark mode; touch & keyboard friendly; Smart personalizations with no user setup; Available on all devices as a webapp(PWA)", "permissions": [ "https:\/\/parimalam.me\/" ], "icons": { "16": ".\/icons\/icon-16.png", "19": ".\/icons\/icon-19.png", "32": ".\/icons\/icon-32.png", "38": ".\/icons\/icon-38.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "152": ".\/icons\/icon-152.png", "192": ".\/icons\/icon-192.png", "512": ".\/icons\/icon-512.png" }, "manifest_version": 2, "content_security_policy": "default-src 'self' 'unsafe-eval'; frame-src 'self' https:\/\/parimalam.me;", "browser_action": { "default_popup": "extension.html", "default_icon": { "16": ".\/icons\/icon-16.png", "19": ".\/icons\/icon-19.png", "32": ".\/icons\/icon-32.png", "38": ".\/icons\/icon-38.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "152": ".\/icons\/icon-152.png", "192": ".\/icons\/icon-192.png", "512": ".\/icons\/icon-512.png" }, "default_title": "Scientific Calculator & Unit Converter" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } }, "offline_enabled": false, "web_accessible_resources": [ "extension.html" ], "sandbox": { "pages": [ ".\/extension.html" ] } } |