Base64 URL Decoder & Opener
Decode a base64 URL (even encoded twice) and open it in the tab to the right.
Cos'è Base64 URL Decoder & Opener?
Base64 URL Decoder & Opener è un'estensione di Chrome sviluppata da dvnchrmdev, e la sua funzione principale è "Decode a base64 URL (even encoded twice) and open it in the tab to the right.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Base64 URL Decoder & Opener
Scarica i file di estensione Base64 URL Decoder & Opener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Base64 URL Decoder & Opener |
ID | dmjommdldlbamppffbonacmohmdlklmm |
URL Ufficiale | https://chromewebstore.google.com/detail/base64-url-decoder-opener/dmjommdldlbamppffbonacmohmdlklmm |
Descrizione | Decode a base64 URL (even encoded twice) and open it in the tab to the right. |
Dimensione del File | 8.82 KB |
Conteggio Installazioni | 528 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-12-07 |
Data di Pubblicazione | 2022-05-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dvnchrmdev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dvnlgls/Base64UrlDecoder |
URL della Pagina di Aiuto | https://github.com/dvnlgls/Base64UrlDecoder/issues |
Lingue Supportate | 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" } |