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 |
| Eメール | [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"
}
} | |