Binary Converter
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Cos'è Binary Converter?
Binary Converter è un'estensione di Chrome sviluppata da dymkod, e la sua funzione principale è "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Binary Converter
Scarica i file di estensione Binary 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
A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal. Informazioni di Base sull'Estensione
| Nome | |
| ID | nmmgiednmhaeepkimifjolpedolomdhk |
| URL Ufficiale | https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk |
| Descrizione | A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal. |
| Dimensione del File | 40.21 KB |
| Conteggio Installazioni | 498 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2014-02-08 |
| Data di Pubblicazione | 2014-02-08 |
| Valutazione | 4.00/5 Totale 5 Valutazioni |
| Sviluppatore | dymkod |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
}
} | |