Base64 encoder & decoder
Encode text into base64 and base64 into text
Base64 encoder & decoderとは何ですか?
Base64 encoder & decoderはDeveloper64によって開発されたChromeの拡張機能で、その主な機能は「Encode text into base64 and base64 into text」です。
拡張機能のスクリーンショット
Base64 encoder & decoder拡張機能のCRXファイルをダウンロード
Base64 encoder & decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Encode some text into base64 in your browser ! Easy and fast. You can encode text into base64 and base64 into text. Just in your browser.
拡張機能の基本情報
名前 | Base64 encoder & decoder |
ID | jiklnlhpmjoonfenfeebmmgbkmlmfcjk |
公式URL | https://chromewebstore.google.com/detail/base64-encoder-decoder/jiklnlhpmjoonfenfeebmmgbkmlmfcjk |
説明 | Encode text into base64 and base64 into text |
ファイルサイズ | 6.63 KB |
インストール数 | 27 |
現在のバージョン | 1.0 |
最終更新日 | 2018-11-02 |
公開日 | 2018-11-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Developer64 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sites.google.com/view/mineblock-app |
ヘルプページのURL | https://sites.google.com/view/mineblock-app/help |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 encoder & decoder", "version": "1.0", "description": "Encode text into base64 and base64 into text", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |