Binary Converter
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Qu'est-ce que Binary Converter ?
Binary Converter est une extension Chrome développée par dymkod, et sa fonction principale est "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Binary Converter
Téléchargez les fichiers d'extension Binary Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Informations de Base sur l'Extension
Nom | Binary Converter |
ID | nmmgiednmhaeepkimifjolpedolomdhk |
URL Officiel | https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk |
Description | A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal. |
Taille du Fichier | 40.21 KB |
Nombre d'Installations | 498 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-02-08 |
Date de Publication | 2014-02-08 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | dymkod |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary Converter", "description": "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.", "version": "1.1", "browser_action": { "default_icon": "iconfinder_calc.png", "default_popup": "main.html" }, "background": { "scripts": [ "main.js" ], "persistent": false } } |