Dec-Bin-Hex Converter
This extension helps in converting between decimal,binary and hexadecimal big numbers
Cos'è Dec-Bin-Hex Converter?
Dec-Bin-Hex Converter è un'estensione di Chrome sviluppata da raghuveersagar.appdev, e la sua funzione principale è "This extension helps in converting between decimal,binary and hexadecimal big numbers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dec-Bin-Hex Converter
Scarica i file di estensione Dec-Bin-Hex Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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].
Informazioni di Base sull'Estensione
Nome | Dec-Bin-Hex Converter |
ID | ekpmhbdmofhgphjjbejkefeaebflacog |
URL Ufficiale | https://chromewebstore.google.com/detail/dec-bin-hex-converter/ekpmhbdmofhgphjjbejkefeaebflacog |
Descrizione | This extension helps in converting between decimal,binary and hexadecimal big numbers |
Dimensione del File | 572 KB |
Conteggio Installazioni | 741 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2018-05-31 |
Data di Pubblicazione | 2018-05-31 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | raghuveersagar.appdev |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |