Clean calculator

Simple calculator with hidden party mode

Clean calculatorคืออะไร?

Clean calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phillipjouber และคุณลักษณะหลักของมันคือ "Simple calculator with hidden party mode"

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

screenshot

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

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

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

                        A simple calculator with a hidden party mode, can you find it ? Large buttons appear on the screen with easy readable fonts and a user friendly interface. For general puposes and every day use, right in the browser.                    

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

ชื่อ Clean calculator Clean calculator
ID dkilgaafooiibcdkhgnhialfmbdgkfae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clean-calculator/dkilgaafooiibcdkhgnhialfmbdgkfae
คำอธิบาย Simple calculator with hidden party mode
ขนาดไฟล์ 60.68 KB
จำนวนการติดตั้ง 740
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-09-06
วันที่เผยแพร่ 2014-09-06
คะแนน 4.81/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา phillipjouber
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean calculator",
    "sandbox": {
        "pages": [
            "popup.html"
        ]
    },
    "description": "Simple calculator with hidden party mode",
    "version": "0.1",
    "icons": {
        "16": "images\/cc16.png",
        "48": "images\/cc48.png",
        "128": "images\/cc128.png"
    },
    "browser_action": {
        "default_icon": "images\/cc48.png",
        "default_popup": "popup.html"
    }
}