Savedev Code Converter

Utilities for code conversion

What is Savedev Code Converter?

Savedev Code Converter is a Chrome extension developed by savedev, and its main feature is "Utilities for code conversion".

Extension Screenshots

screenshot

Download Savedev Code Converter Extension CRX File

Download Savedev Code Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Savedev Code Converter Savedev Code Converter
ID ppglfnijphgjpkalcelbpoggpgkhkcbm
Official URL https://chromewebstore.google.com/detail/savedev-code-converter/ppglfnijphgjpkalcelbpoggpgkhkcbm
Description Utilities for code conversion
File Size 225 KB
Installation Count 437
Current Version 1.3
Last Updated 2020-02-05
Publish Date 2020-02-05
Rating 4.50/5 Total 6 Ratings
Developer savedev
Email [email protected]
Payment Type free
Extension Website http://savedev.altervista.org
Help Page URL http://savedev.altervista.org
Supported Languages 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"
    }
}