easyCalc

A simple and easy calculator with calculation history for quick calculations.

easyCalcคืออะไร?

easyCalc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/easilycalculate และคุณลักษณะหลักของมันคือ "A simple and easy calculator with calculation history for quick calculations."

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

screenshot
screenshot
screenshot

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

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

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

                        An easy-to-use calculator with calculation history for your daily calculations. This extension is designed to reduce the clicks for any desired calculations so that the result can be reached quickly.

Features:
1. Support for mathematical operations with simple scientific functions; shows result as and when the data is entered.
2. Maintains up to 10 historical calculations (also referred as memory) so that the expressions and/or results can be reused for the current calculation.
3. Remembers the last used expression, for reuse.
4. One-click copying of the calculated result.
5. In-page help.
6. Ability to click and pick mathematical functions for use in expressions.
7. Assign shortcut for the calculator, so that it opens for your instant use.

Supported expressions (Examples):
a=25; b=50; a+b
a=25; b=90; sqrt(a) + sin(b) 

Additional to basic mathematical operations, below functions are also supported:
abs(x) - absolute
acos(x) - arccosine
asin(x) - arcsine
atan(x) - arctangent
atan2(y,x) - arctangent
ceil(x) - Rounded updwards
cos(x) - cosine
exp(x) - Exponential
floor(x) - Rounded downwards
log(x) - Natural log
max(x,y,z,...,n) - Highest number
min(x,y,z,...,n) - Lowest number
pow(x,y) - x to the power of y
random() - number between 0 and 1
round(x) - nearest integer
sin(x) - sine
sqrt(x) - square root
tan(x) - tangent
PI - Pi (approx. 3.14159)

Know more, watch how-to videos and provide feedback at http://easycalc.sksapps.org/
Facebook: https://www.facebook.com/calculator.for.chrome                    

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

ชื่อ easyCalc easyCalc
ID odhjfldkefanhaflcloghbcpapedfblh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easycalc/odhjfldkefanhaflcloghbcpapedfblh
คำอธิบาย A simple and easy calculator with calculation history for quick calculations.
ขนาดไฟล์ 676 KB
จำนวนการติดตั้ง 902
เวอร์ชันปัจจุบัน 0.0.1.90
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2015-06-17
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://sites.google.com/site/easilycalculate
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://easycalc.sksapps.org/
URL หน้าช่วยเหลือ https://sites.google.com/site/easilycalculate/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "easyCalc",
    "version": "0.0.1.90",
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon96-128.png"
    },
    "description": "A simple and easy calculator with calculation history for quick calculations.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "A simple and easy calculator with calculation history for quick calculations.",
        "default_popup": "popup.html"
    }
}