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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |