Cloudy Calculator 2

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

Cloudy Calculator 2คืออะไร?

Cloudy Calculator 2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IIsi 50MHz และคุณลักษณะหลักของมันคือ "A surprisingly versatile calculator for Chrome. (Formerly Chromey Calculator)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloudy Calculator 2

ดาวน์โหลดไฟล์ส่วนขยาย Cloudy Calculator 2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A surprisingly versatile calculator for Chrome. (Formerly Chromey Calculator)
Math geeks rejoice! 

Inspired by the fantastic calculator built 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.7
* First beta test, on the way to Cloudy Calculator 2
* Operation: Low-Hanging Fruit (Do the easy stuff before the new parser, since that was holding everything up!)
* Make the input box receive focus more reliably, so you don't have to click it before you can start typing.
========

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 Extempl, MinstormsKd, and IIsi 50MHz)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cloudy Calculator 2 Cloudy Calculator 2
ID gpnjkkgajfmdmbbpadigjlhpkaopfccl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloudy-calculator-2/gpnjkkgajfmdmbbpadigjlhpkaopfccl
คำอธิบาย A surprisingly versatile calculator for Chrome. (Formerly Chromey Calculator)
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 4,052
เวอร์ชันปัจจุบัน 2 ßeta 6.1.7
อัปเดตครั้งล่าสุด 2015-08-09
วันที่เผยแพร่ 2015-08-08
คะแนน 3.83/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา IIsi 50MHz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "popup.html",
        "default_title": "Cloudy Calculator 2 (beta)"
    },
    "description": "A surprisingly versatile calculator for Chrome. (Formerly Chromey Calculator)",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Cloudy Calculator 2",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.1.7",
    "version_name": "2 \u00dfeta 6.1.7",
    "homepage_url": "https:\/\/github.com\/IIsi50MHz\/chromey-calculator"
}