Scientific Calculator

Rapid Scientific Calculator for Google Chrome

Scientific Calculator क्या है?

Scientific Calculator https://www.yoosfuhl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rapid Scientific Calculator for Google Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scientific Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Need a calculator? Just click the calculator icon on chrome, the scientific calculator is available in your browser.

Online scientific calculator with advanced features to calculate percentages, fractions, exponential functions, logarithms, trigonometry and more.                    

एक्सटेंशन की मूल जानकारी

नाम Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
आधिकारिक URL https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
विवरण Rapid Scientific Calculator for Google Chrome
फ़ाइल का आकार 984 KB
स्थापना संख्या 34
वर्तमान संस्करण 1
अंतिम अपडेट 2022-09-13
प्रकाशन तिथि 2022-09-13
डेवलपर https://www.yoosfuhl.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.yoosfuhl.com/online/calc#ScientificCalculator
सहायता पृष्ठ URL https://www.yoosfuhl.com/contact
गोपनीयता नीति पृष्ठ URL https://www.yoosfuhl.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scientific Calculator",
    "version": "1",
    "short_name": "Calculator",
    "author": "YoosFuhl.com",
    "description": "Rapid Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    }
}