Kalkulator

This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!

Kalkulatorคืออะไร?

Kalkulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2K inc. และคุณลักษณะหลักของมันคือ "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!"

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

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

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

                        This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature! By 2K inc, and spelled with two K's. 

Also try 2K inc.'s other AWESOME extensions!

--Trick or Treat! ^_^: A fun game for all ages. A fun clicker where you can collect trillions of candy to buy jobs and increase your multiplier to get even more!

--Fidget Tab: Bored of your lame New Tab? We've made a New Tab extension that you can fidget with!                    

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

ชื่อ Kalkulator Kalkulator
ID ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kalkulator/ilidgdcdnofmfpmkmbhoemmdmgkjgfcb
คำอธิบาย This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!
ขนาดไฟล์ 70.06 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2018-05-27
วันที่เผยแพร่ 2018-05-27
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา 2K inc.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kalkulator",
    "short_name": "Kalk",
    "description": "This is a quick access calculator with an awesome look, works well, and has a copy to clipboard feature!",
    "version": "1.1.4",
    "browser_action": {
        "default_icon": "kalk_icon.png",
        "default_popup": "calc.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open Kalkulator with ctrl+shift+k"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}