Cloudy Calculator

A shockingly versatile calculator for Chrome. (Formerly Chromey Calculator)

Cloudy Calculator क्या है?

Cloudy Calculator bwrobinett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A shockingly versatile calculator for Chrome. (Formerly Chromey Calculator)"।

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

screenshot

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

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

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

                        Math geeks rejoice! 

Inspired by the fantastic calculator build into Google's search engine, Cloudy Calculator handles many of the same kinds of calculations as Google does. In fact, if Cloudy Calculator can't handle a calculation, it asks Google for the result (you'll see a little "G" to the left of those calculations).

========
New in 6.1
Some long overdue bug fixes. Some highlights:
* Currency conversion works again
* Hex conversion works again
========

Quick Tips  
* Scrollable history of previous calculations 
* Use up/down arrow keys to access input history.
* Click on any result to insert it into the input area.
* Ctrl+Click on any result to copy to clipboard.
* Click the little arrow at the upper right to pop out to new window.
* Last result can be accessed using the "@" variable.
* Create your own user variables -- @abc_123 = 42
* Store an unevaluated expression -- @x := 10 meters
* You'll see a faint "G" next to results caclulated by Google. 
  Click the "G" to see the original Google result.

Some of the things Cloudy Calculator is capable of handling
* Mixed unit calculations -- 2 mi + 4 km + 3 light-years in feet
* Unit conversion -- 1/4 cup in tablespoons
* Currency conversion -- 56 dollars in euros
* Hex, octal, binary -- 4 + 0xAF + 0o71 + 0b10 in hex
* Mathematical functions -- sin, cos, tan, log, etc.
* Mathematical and physical constants -- pi, e, h, c, etc.

You can find a pretty detailed overview of the kinds of calculations Google's search engine can handle here: 
* http://www.googleguide.com/calculator.html

Feel free to give us a heads up on any bugs you've noticed or suggest features here:
* http://code.google.com/p/chromey-calculator/issues/entry

(Special Thanks to MinstormsKid and IIsi 50MHz)                    

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

नाम Cloudy Calculator Cloudy Calculator
ID acgimceffoceigocablmjdpebeodphgc
आधिकारिक URL https://chromewebstore.google.com/detail/cloudy-calculator/acgimceffoceigocablmjdpebeodphgc
विवरण A shockingly versatile calculator for Chrome. (Formerly Chromey Calculator)
फ़ाइल का आकार 128 KB
स्थापना संख्या 122,161
वर्तमान संस्करण 6.1.6
अंतिम अपडेट 2013-07-08
प्रकाशन तिथि 2013-07-08
रेटिंग 4.61/5 कुल 1575 रेटिंग्स
डेवलपर bwrobinett
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://code.google.com/p/chromey-calculator/
सहायता पृष्ठ URL https://code.google.com/p/chromey-calculator/wiki/Help
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloudy Calculator",
    "version": "6.1.6",
    "description": "A shockingly versatile calculator for Chrome. (Formerly Chromey Calculator)",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_title": "Cloudy Calculator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}