Base 64 Encoder-Decoder
Base 64 Encoder-Decoder
Base 64 Encoder-Decoderとは何ですか?
Base 64 Encoder-DecoderはBassem Abueinによって開発されたChromeの拡張機能で、その主な機能は「Base 64 Encoder-Decoder」です。
拡張機能のスクリーンショット
Base 64 Encoder-Decoder拡張機能のCRXファイルをダウンロード
Base 64 Encoder-Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows the user to handle Base-64 encoding and decoding for String. This extension solves The "Unicode Problem" for base-64 encoding/decoding. However, other chrome extensions don't provide a solution to this problem. This extension allows the user to save encoded or decode value for future reference at your local chrome storage. Additionally, you can remove the encoded or decoded value from the saved list. Remember, 1-This extension can work offline. 2-everything saved locally. Nothing stored on a server.
拡張機能の基本情報
名前 | Base 64 Encoder-Decoder |
ID | klgbhpehdkhacfjinfdjfjiklbmaadob |
公式URL | https://chromewebstore.google.com/detail/base-64-encoder-decoder/klgbhpehdkhacfjinfdjfjiklbmaadob |
説明 | Base 64 Encoder-Decoder |
ファイルサイズ | 75.68 KB |
インストール数 | 614 |
現在のバージョン | 1.1 |
最終更新日 | 2021-08-05 |
公開日 | 2018-06-25 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | Bassem Abuein |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/e/2PACX-1vT6ux-ajEM8K1EvXNI4Ah2ST6VkfstqU3sE_ZFdqBko8Vr9s2xKzHDMIlLnyvjlRTu7UQM0pou_MO01/pub |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Base 64 Encoder-Decoder", "description": "Base 64 Encoder-Decoder", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icon.png" } } |