Binary Converter
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Wat is Binary Converter?
Binary Converter is een Chrome-extensie ontwikkeld door dymkod, en de belangrijkste functie is "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.".
Extensie Screenshots
Download het CRX-bestand van de extensie Binary Converter
Download Binary Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Basisinformatie over de Extensie
Naam | Binary Converter |
ID | nmmgiednmhaeepkimifjolpedolomdhk |
Officiële URL | https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk |
Beschrijving | A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal. |
Bestandsgrootte | 40.21 KB |
Aantal Installaties | 498 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-02-08 |
Publicatiedatum | 2014-02-08 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | dymkod |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |