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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |