Chrome Calculator

Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.

Chrome Calculatorคืออะไร?

Chrome Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mahesh Uddama และคุณลักษณะหลักของมันคือ "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes."

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

screenshot

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

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

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

                        Do your calculations on top of your browser. Feel the simplicity compact format of the Standard view or get your Scientific panel just in a single click.  27 buttons Scientific panel will fulfill your basic scientific calculation needs. You also got Permutation and Combination buttons that most of soft calculators not equipped with. Share and enjoy it.                    

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

ชื่อ Chrome Calculator Chrome Calculator
ID dkmolnjgcflefpeajenclaejfddpcaml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-calculator/dkmolnjgcflefpeajenclaejfddpcaml
คำอธิบาย Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.
ขนาดไฟล์ 29.68 KB
จำนวนการติดตั้ง 4,005
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2016-03-05
วันที่เผยแพร่ 2016-03-05
คะแนน 3.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Mahesh Uddama
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://docs.google.com/presentation/d/11NfK-Bk0_EcK3QUgHIdTfoy2Xd3u5BWfozw1vffB3Fc/edit?usp=sharing
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Calculator",
    "description": "Do calculations instantly on your browser. Smooth action of Spry Accordion makes easy jumping between Standard and Scientific modes.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_popup": "calculator.html"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}