Savedev Code Converter

Utilities for code conversion

Savedev Code Converter là gì?

Savedev Code Converter là một tiện ích mở rộng Chrome được phát triển bởi savedev, và tính năng chính của nó là "Utilities for code conversion".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Savedev Code Converter

Tải xuống các tệp mở rộng Savedev Code Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Savedev Code Converter Savedev Code Converter
ID ppglfnijphgjpkalcelbpoggpgkhkcbm
URL Chính Thức https://chromewebstore.google.com/detail/savedev-code-converter/ppglfnijphgjpkalcelbpoggpgkhkcbm
Mô tả Utilities for code conversion
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 437
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-02-05
Ngày Phát Hành 2020-02-05
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển savedev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://savedev.altervista.org
URL Trang Trợ Giúp http://savedev.altervista.org
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}