Dec-Bin-Hex Converter
This extension helps in converting between decimal,binary and hexadecimal big numbers
Co to jest Dec-Bin-Hex Converter?
Dec-Bin-Hex Converter to rozszerzenie Chrome opracowane przez raghuveersagar.appdev, a jego główną funkcją jest „This extension helps in converting between decimal,binary and hexadecimal big numbers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dec-Bin-Hex Converter
Pobierz pliki rozszerzeń Dec-Bin-Hex Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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].
Podstawowe informacje o rozszerzeniu
Nazwa | Dec-Bin-Hex Converter |
ID | ekpmhbdmofhgphjjbejkefeaebflacog |
Oficjalny URL | https://chromewebstore.google.com/detail/dec-bin-hex-converter/ekpmhbdmofhgphjjbejkefeaebflacog |
Opis | This extension helps in converting between decimal,binary and hexadecimal big numbers |
Rozmiar pliku | 572 KB |
Liczba instalacji | 741 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2018-05-31 |
Data Publikacji | 2018-05-31 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | raghuveersagar.appdev |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |