Savedev Code Converter

Utilities for code conversion

Savedev Code Converter क्या है?

Savedev Code Converter savedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utilities for code conversion"।

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

screenshot

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

crx प्रारूप में Savedev Code Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Savedev Code Converter is a simple Chrome Extension that implements several functions of convertion.
It's easy to install in Chrome Browser and to use.

Convertions currently implemented are:

- Text String to Binary
- Binary to Text String
- Binary to Number
- Number to Binary
- Hexadecimal to Number(decimal)
- Number(decimal) to Hexadecimal
- URL Encode
- URL Decode
- HTML Encode special chars
- HTML Decode special chars
- XML to JSON
- JSON to XML
- Base64 Encode
- Base64 Decode
- Invert Text
- Text to Morse
- Text to Lowercase
- Text to Uppercase
- Strip Tags
- Invert Text Words
- Text to ASCII
- ASCII to Text
- Color Hexadecimal to RGB
- Color RGB to Hexadecimal

Website: http://savedev.altervista.org                    

एक्सटेंशन की मूल जानकारी

नाम Savedev Code Converter Savedev Code Converter
ID ppglfnijphgjpkalcelbpoggpgkhkcbm
आधिकारिक URL https://chromewebstore.google.com/detail/savedev-code-converter/ppglfnijphgjpkalcelbpoggpgkhkcbm
विवरण Utilities for code conversion
फ़ाइल का आकार 225 KB
स्थापना संख्या 437
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-02-05
प्रकाशन तिथि 2020-02-05
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर savedev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://savedev.altervista.org
सहायता पृष्ठ URL http://savedev.altervista.org
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Savedev Code Converter",
    "description": "Utilities for code conversion",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png"
        },
        "default_title": "Savedev Code Converter",
        "default_popup": "index.html"
    }
}