Binary Converter

A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.

Co to jest Binary Converter?

Binary Converter to rozszerzenie Chrome opracowane przez dymkod, a jego główną funkcją jest „A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Binary Converter

Pobierz pliki rozszerzeń Binary Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.                    

Podstawowe informacje o rozszerzeniu

Nazwa Binary Converter Binary Converter
ID nmmgiednmhaeepkimifjolpedolomdhk
Oficjalny URL https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk
Opis A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
Rozmiar pliku 40.21 KB
Liczba instalacji 498
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-02-08
Data Publikacji 2014-02-08
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper dymkod
Typ Płatności free
Obsługiwane Języki 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
    }
}