Decode64
A chrome extension to encode and decode base64 strings
Decode64とは何ですか?
Decode64はBarisによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to encode and decode base64 strings」です。
拡張機能のスクリーンショット
Decode64拡張機能のCRXファイルをダウンロード
Decode64拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to encode and decide any given string from and to base64. Features: - Encode String - Decode Base64 String - Ability to encode a string twice - Ability to decode a string that's been encoded twice - Darkmode
拡張機能の基本情報
名前 | Decode64 |
ID | negeochodnalfpdkinmdlpcchefbjoif |
公式URL | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
説明 | A chrome extension to encode and decode base64 strings |
ファイルサイズ | 109 KB |
インストール数 | 37 |
現在のバージョン | 2.0.0 |
最終更新日 | 2023-02-01 |
公開日 | 2021-04-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Baris |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to encode and decode base64 strings", "version": "2.0.0", "manifest_version": 3, "name": "Decode64", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |