Base64 URL Decoder & Opener
Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Base64 URL Decoder & Openerとは何ですか?
Base64 URL Decoder & Openerはdvnchrmdevによって開発されたChromeの拡張機能で、その主な機能は「Decode a base64 URL (even encoded twice) and open it in the tab to the right.」です。
拡張機能のスクリーンショット
Base64 URL Decoder & Opener拡張機能のCRXファイルをダウンロード
Base64 URL Decoder & Opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for a niche usage. It decodes a base64 encoded (once or twice) URL and opens the URL in the tab to the right (in background). That's it. No other extraneous functions. You probably don't need this!
Usage: Select a base64 url and right click to invoke the context menu. You will see 2 options: Decode Once & Decode Twice. Select the right option based on how many times the url was encoded. The extension will decode and open it in the right tab. 拡張機能の基本情報
| 名前 | |
| ID | dmjommdldlbamppffbonacmohmdlklmm |
| 公式URL | https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm |
| 説明 | Decode a base64 URL (even encoded twice) and open it in the tab to the right. |
| ファイルサイズ | 8.82 KB |
| インストール数 | 528 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2022-12-07 |
| 公開日 | 2022-05-04 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | dvnchrmdev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/dvnlgls/Base64UrlDecoder |
| ヘルプページのURL | https://github.com/dvnlgls/Base64UrlDecoder/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Base64 URL Decoder & Opener",
"version": "1.1.0",
"description": "Decode a base64 URL (even encoded twice) and open it in the tab to the right.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"author": "Devin",
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
],
"homepage_url": "https:\/\/github.com\/dvnlgls\/Base64UrlDecoder"
} | |