Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Base64 Encoder and Decoderとは何ですか?
Base64 Encoder and Decoderはhttps://www.linkwebbie.comによって開発されたChromeの拡張機能で、その主な機能は「Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.」です。
拡張機能のスクリーンショット
Base64 Encoder and Decoder拡張機能のCRXファイルをダウンロード
Base64 Encoder and Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
拡張機能の基本情報
名前 | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
公式URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
説明 | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
ファイルサイズ | 64 KB |
インストール数 | 3,928 |
現在のバージョン | 1.5.2 |
最終更新日 | 2022-10-18 |
公開日 | 2018-08-01 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | https://www.linkwebbie.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.linkwebbie.com |
プライバシーポリシーページのURL | https://www.linkwebbie.com/legal/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |