Base 64 encode and decode tool
Simple base 64 encode and decode tool
Base 64 encode and decode toolとは何ですか?
Base 64 encode and decode toolはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Simple base 64 encode and decode tool」です。
拡張機能のスクリーンショット
Base 64 encode and decode tool拡張機能のCRXファイルをダウンロード
Base 64 encode and decode tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A basic tool to convert plaint text to base64 encoded text.
拡張機能の基本情報
名前 | Base 64 encode and decode tool |
ID | mlfhgcaofnakcomogbihkomendnaicjn |
公式URL | https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn |
説明 | Simple base 64 encode and decode tool |
ファイルサイズ | 647 KB |
インストール数 | 72 |
現在のバージョン | 1.0 |
最終更新日 | 2020-04-24 |
公開日 | 2020-04-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base 64 encode and decode tool", "version": "1.0", "description": "Simple base 64 encode and decode tool", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |