Calculator Button

My Online Calculator Button

Calculator Buttonคืออะไร?

Calculator Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BeVegan และคุณลักษณะหลักของมันคือ "My Online Calculator Button"

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

screenshot
screenshot

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

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

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

                        Certainly in everyday life, you come across such a situation, what you needed to perform some mathematical operations to produce a financial settlement, for example, when calculating the profitability of bank deposit or how suitable mortgage for the conditions at hand and at that time was not an ordinary electronic calculator or special programs? In such a case, you will be indispensable this convenient and easy-to-use Online Calculator Button.

Stay with us and we can help!                    

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

ชื่อ Calculator Button Calculator Button
ID ibjednfgajknahjpfoafmeiehmeaofnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc
คำอธิบาย My Online Calculator Button
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 1,025
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-10-01
วันที่เผยแพร่ 2013-10-01
คะแนน 3.90/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา BeVegan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://my-online-calculator.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calculator Button",
    "description": "My Online Calculator Button",
    "manifest_version": 2,
    "version": "1.0",
    "background": {
        "page": "index.html"
    },
    "icons": {
        "128": "clock.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "clock.png",
        "clock_16.png",
        "js.js",
        "style.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';"
}