base64 to binary
Decodes base64 string to and from array of bytes or ASCII string
base64 to binaryとは何ですか?
base64 to binaryはAnton Sergeyevによって開発されたChromeの拡張機能で、その主な機能は「Decodes base64 string to and from array of bytes or ASCII string」です。
拡張機能のスクリーンショット
base64 to binary拡張機能のCRXファイルをダウンロード
base64 to binary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Decodes base64 string to and from array of bytes or ASCII string. Suitable for working with binary data that cannot be represented as ASCII string. Most similar extensions and online tools only try to work with ASCII and display some gibberish when non-printable characters are encountered. Decode examples: In: DwCgAAAkAAAeAAA= Out: 15 0 160 0 0 36 0 0 30 0 0 Encode examples: In: hello world Out: aGVsbG8gd29ybGQ=
拡張機能の基本情報
名前 | base64 to binary |
ID | ajpoogneninennkhhnbmflmjjcagabpb |
公式URL | https://chromewebstore.google.com/detail/base64-to-binary/ajpoogneninennkhhnbmflmjjcagabpb |
説明 | Decodes base64 string to and from array of bytes or ASCII string |
ファイルサイズ | 24.75 KB |
インストール数 | 55 |
現在のバージョン | 0.1 |
最終更新日 | 2017-07-16 |
公開日 | 2017-07-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Anton Sergeyev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/xapon/base64-binary-chrome-ext |
ヘルプページのURL | https://github.com/xapon/base64-binary-chrome-ext/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "base64 to binary", "version": "0.1", "manifest_version": 2, "author": "Anton Sergeyev", "description": "Decodes base64 string to and from array of bytes or ASCII string", "homepage_url": "https:\/\/github.com\/xapon\/base64-binary-chrome-ext", "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png" }, "browser_action": { "default_icon": "icons\/icon64.png", "default_title": "base64 to binary", "default_popup": "popup.html" } } |