Dec-Bin-Hex Converter
This extension helps in converting between decimal,binary and hexadecimal big numbers
Co je Dec-Bin-Hex Converter?
Dec-Bin-Hex Converter je rozšíření Chrome vyvinuté raghuveersagar.appdev, a jeho hlavní funkcí je „This extension helps in converting between decimal,binary and hexadecimal big numbers“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Dec-Bin-Hex Converter
Stáhněte si soubory rozšíření Dec-Bin-Hex Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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].
Základní Informace o Rozšíření
Název | Dec-Bin-Hex Converter |
ID | ekpmhbdmofhgphjjbejkefeaebflacog |
Oficiální URL | https://chromewebstore.google.com/detail/dec-bin-hex-converter/ekpmhbdmofhgphjjbejkefeaebflacog |
Popis | This extension helps in converting between decimal,binary and hexadecimal big numbers |
Velikost souboru | 572 KB |
Počet instalací | 741 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2018-05-31 |
Datum Vydání | 2018-05-31 |
Hodnocení | 5.00/5 Celkem 10 Hodnocení |
Vývojář | raghuveersagar.appdev |
Typ Platby | free |
Podporované Jazyky | 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" ] } |