Simple Calculator

A simple and very lite calculator for your browser!

Simple Calculatorคืออะไร?

Simple Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "A simple and very lite calculator for your browser!"

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

screenshot

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

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

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

                        Simple Calculator is a lite addon that renders a simple calculator in the browser toolbar popup.

This calculator includes only simple math operations. Just click on the toolbar button to open the interface and start typing your desired math operations. Please note that all calculations are rounded to at most 7 decimal places. You can type either with your keyboard or the embedded virtual keyboard in the popup UI.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/calculator.html).                    

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

ชื่อ Simple Calculator Simple Calculator
ID ecpncpmkcjkakaopoapkbalimlpbhjnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-calculator/ecpncpmkcjkakaopoapkbalimlpbhjnk
คำอธิบาย A simple and very lite calculator for your browser!
ขนาดไฟล์ 27.18 KB
จำนวนการติดตั้ง 2,789
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2023-08-21
วันที่เผยแพร่ 2019-04-15
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา chYer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/calculator.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/calculator.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "name": "Simple Calculator",
    "homepage_url": "https:\/\/mybrowseraddon.com\/calculator.html",
    "description": "A simple and very lite calculator for your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Simple Calculator",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}