Binary Converter

A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.

Binary Converterคืออะไร?

Binary Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dymkod และคุณลักษณะหลักของมันคือ "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal."

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

screenshot

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

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

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

                        A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.                    

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

ชื่อ Binary Converter Binary Converter
ID nmmgiednmhaeepkimifjolpedolomdhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk
คำอธิบาย A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
ขนาดไฟล์ 40.21 KB
จำนวนการติดตั้ง 498
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-02-08
วันที่เผยแพร่ 2014-02-08
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา dymkod
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary Converter",
    "description": "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "iconfinder_calc.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    }
}