Base64 URL Decoder & Opener
Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Was ist Base64 URL Decoder & Opener?
Base64 URL Decoder & Opener ist eine Chrome-Erweiterung, die von dvnchrmdev entwickelt wurde, und ihr Hauptmerkmal ist "Decode a base64 URL (even encoded twice) and open it in the tab to the right.".
Erweiterungsscreenshots
Base64 URL Decoder & Opener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Base64 URL Decoder & Opener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dmjommdldlbamppffbonacmohmdlklmm |
| Offizielle URL | https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm |
| Beschreibung | Decode a base64 URL (even encoded twice) and open it in the tab to the right. |
| Dateigröße | 8.82 KB |
| Installationsanzahl | 528 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2022-12-07 |
| Veröffentlichungsdatum | 2022-05-04 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | dvnchrmdev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/dvnlgls/Base64UrlDecoder |
| Hilfeseite URL | https://github.com/dvnlgls/Base64UrlDecoder/issues |
| Unterstützte Sprachen | 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"
} | |