Binary Converter

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

ما هو Binary Converter؟

Binary Converter هو إضافة Chrome تم تطويرها بواسطة dymkod، والميزة الرئيسية لها هي "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Binary Converter

قم بتنزيل ملفات الامتداد Binary Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Binary Converter Binary Converter
ID nmmgiednmhaeepkimifjolpedolomdhk
عنوان URL الرسمي https://chromewebstore.google.com/detail/binary-converter/nmmgiednmhaeepkimifjolpedolomdhk
الوصف A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal.
حجم الملف 40.21 KB
عدد التثبيتات 498
النسخة الحالية 1.1
آخر تحديث 2014-02-08
تاريخ النشر 2014-02-08
تقييم 4.00/5 مجموع تقييمات 5
المطور dymkod
نوع الدفع free
اللغات المدعومة 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
    }
}