Dec-Bin-Hex Converter
This extension helps in converting between decimal,binary and hexadecimal big numbers
Dec-Bin-Hex Converter क्या है?
Dec-Bin-Hex Converter raghuveersagar.appdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps in converting between decimal,binary and hexadecimal big numbers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dec-Bin-Hex Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |