Dec-Bin-Hex Converter
This extension helps in converting between decimal,binary and hexadecimal big numbers
Dec-Bin-Hex Converterคืออะไร?
Dec-Bin-Hex Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raghuveersagar.appdev และคุณลักษณะหลักของมันคือ "This extension helps in converting between decimal,binary and hexadecimal big numbers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dec-Bin-Hex Converter
ดาวน์โหลดไฟล์ส่วนขยาย Dec-Bin-Hex Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dec-Bin-Hex Converter is for programmers,cryptographers,network engineers who need a number base converter for debugging codes or verifying encryption decryption or reading and understanding hex dumps.It can handle upto 2048 bits. It runs client side so response is quick.It can handle big numbers.It provides push button copy. If you have any issues or suggestions send an email to [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dec-Bin-Hex Converter |
ID | ekpmhbdmofhgphjjbejkefeaebflacog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dec-bin-hex-converter/ekpmhbdmofhgphjjbejkefeaebflacog |
คำอธิบาย | This extension helps in converting between decimal,binary and hexadecimal big numbers |
ขนาดไฟล์ | 572 KB |
จำนวนการติดตั้ง | 741 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2018-05-31 |
วันที่เผยแพร่ | 2018-05-31 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | raghuveersagar.appdev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dec-Bin-Hex Converter", "description": "This extension helps in converting between decimal,binary and hexadecimal big numbers", "version": "0.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "baseCalculator.html" }, "permissions": [ "activeTab" ] } |