Binary Converter

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

Binary Converter क्या है?

Binary Converter dymkod द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple quick and easy to use decimal converter that converts decimal, binary, hexadecimal, and octal."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Binary Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}