Scientific Calculator

Rapid Scientific Calculator for Google Chrome

Scientific Calculatorคืออะไร?

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

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

screenshot

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

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

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

                        Need a calculator? Just click the calculator icon on chrome, the scientific calculator is available in your browser.

Online scientific calculator with advanced features to calculate percentages, fractions, exponential functions, logarithms, trigonometry and more.                    

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

ชื่อ Scientific Calculator Scientific Calculator
ID plcgojidmbfagmcgijldmhlnclbilldm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scientific-calculator/plcgojidmbfagmcgijldmhlnclbilldm
คำอธิบาย Rapid Scientific Calculator for Google Chrome
ขนาดไฟล์ 984 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2022-09-13
วันที่เผยแพร่ 2022-09-13
ผู้พัฒนา https://www.yoosfuhl.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.yoosfuhl.com/online/calc#ScientificCalculator
URL หน้าช่วยเหลือ https://www.yoosfuhl.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.yoosfuhl.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scientific Calculator",
    "version": "1",
    "short_name": "Calculator",
    "author": "YoosFuhl.com",
    "description": "Rapid Scientific Calculator for Google Chrome",
    "offline_enabled": true,
    "action": {
        "default_title": "Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    }
}