Savedev Code Converter
Utilities for code conversion
什么是Savedev Code Converter?
Savedev Code Converter是由savedev开发的Chrome扩展程序,该扩展的主要功能是“Utilities for code conversion”。
扩展截图
下载Savedev Code Converter扩展crx文件
下载Savedev Code Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
}
} | |