Base64 URL Decoder & Opener
Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Wat is Base64 URL Decoder & Opener?
Base64 URL Decoder & Opener is een Chrome-extensie ontwikkeld door dvnchrmdev, en de belangrijkste functie is "Decode a base64 URL (even encoded twice) and open it in the tab to the right.".
Extensie Screenshots
Download het CRX-bestand van de extensie Base64 URL Decoder & Opener
Download Base64 URL Decoder & Opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dmjommdldlbamppffbonacmohmdlklmm |
| Officiële URL | https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm |
| Beschrijving | Decode a base64 URL (even encoded twice) and open it in the tab to the right. |
| Bestandsgrootte | 8.82 KB |
| Aantal Installaties | 528 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2022-12-07 |
| Publicatiedatum | 2022-05-04 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | dvnchrmdev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/dvnlgls/Base64UrlDecoder |
| Help Pagina-URL | https://github.com/dvnlgls/Base64UrlDecoder/issues |
| Ondersteunde Talen | 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"
} | |