Calculator

Very simple and functional calculator.

Calculatorคืออะไร?

Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://youon.ru และคุณลักษณะหลักของมันคือ "Very simple and functional calculator."

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

screenshot
screenshot
screenshot

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

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

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

                        This calculator is rather easy but it contains some uncommon features. You can change functions of some buttons. For this you have to press right mouse button on one of green buttons and choose function what you need.                    

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

ชื่อ Calculator Calculator
ID kmpdkkhfogidhfmaojmmlcikhnndeicl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/calculator/kmpdkkhfogidhfmaojmmlcikhnndeicl
คำอธิบาย Very simple and functional calculator.
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-12-19
วันที่เผยแพร่ 2015-12-19
คะแนน 4.30/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา http://youon.ru
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dev.youon.ru/apps/calculator/
ภาษาที่รองรับ de,en,fr,it,ru
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "calculator.png",
        "48": "calculator.png",
        "128": "calculator.png"
    },
    "browser_action": {
        "default_icon": "calculator-bar.png",
        "default_title": "Calculatius",
        "default_popup": "calc.html"
    },
    "background": {
        "scripts": [
            "background\/bg1.js",
            "background\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "background\/emes.js",
                "background\/act.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "7.0",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.0"
}