Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
Base64 decode & copyとは何ですか?
Base64 decode & copyはDaniel de la Cruzによって開発されたChromeの拡張機能で、その主な機能は「Decode & copy selected Base64-encoded text in one step!」です。
拡張機能のスクリーンショット
Base64 decode & copy拡張機能のCRXファイルをダウンロード
Base64 decode & copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action. Usage instructions: 1. In your browser window, select the Base64-encoded text you would like to decode. 2. Right-Click and select "Base64 decode selection". 3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.
拡張機能の基本情報
名前 | Base64 decode & copy |
ID | llcfmnginbnmkeddkjjellcimmffjdcf |
公式URL | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
説明 | Decode & copy selected Base64-encoded text in one step! |
ファイルサイズ | 5.75 KB |
インストール数 | 3,086 |
現在のバージョン | 1.2.1 |
最終更新日 | 2022-06-04 |
公開日 | 2020-04-12 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | Daniel de la Cruz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 decode & copy", "version": "1.2.1", "manifest_version": 3, "description": "Decode & copy selected Base64-encoded text in one step!", "author": "Daniel de la Cruz", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "activeTab", "clipboardWrite", "scripting" ], "background": { "service_worker": "script.js" } } |