Scientific Calculator

Awesome Scientific Calculator for Google Chrome

Scientific Calculatorคืออะไร?

Scientific Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://raad.dev และคุณลักษณะหลักของมันคือ "Awesome Scientific Calculator for Google Chrome"

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

screenshot
screenshot
screenshot

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

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

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

                        *  Powerful (it works with the keyboard and its shortcuts).
/  Scientific (it has all Math functions).
+ Click away calculator (Alt+C as shortcut).
-  Light and Super fast (it works offline).

It's open source project (https://github.com/raad-altaie/scientific-calculator).
Your feedback and contributions are greatly appreciated!

Cheers!                    

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

ชื่อ Scientific Calculator Scientific Calculator
ID fnplhdldnhaodknidfddmkfdhlhjihpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scientific-calculator/fnplhdldnhaodknidfddmkfdhlhjihpd
คำอธิบาย Awesome Scientific Calculator for Google Chrome
ขนาดไฟล์ 174 KB
จำนวนการติดตั้ง 300,000
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2023-10-13
วันที่เผยแพร่ 2019-05-21
คะแนน 4.37/5 รวมทั้งหมด 90 คะแนน
ผู้พัฒนา https://raad.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://raad.dev
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scientific Calculator",
    "version": "1.5.4",
    "short_name": "Calculator",
    "author": "Raad Altaie",
    "description": "Awesome Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}