Base64 decode & copy
Decode & copy selected Base64-encoded text in one step!
Cos'è Base64 decode & copy?
Base64 decode & copy è un'estensione di Chrome sviluppata da Daniel de la Cruz, e la sua funzione principale è "Decode & copy selected Base64-encoded text in one step!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Base64 decode & copy
Scarica i file di estensione Base64 decode & copy 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
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.
Informazioni di Base sull'Estensione
Nome | Base64 decode & copy |
ID | llcfmnginbnmkeddkjjellcimmffjdcf |
URL Ufficiale | https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf |
Descrizione | Decode & copy selected Base64-encoded text in one step! |
Dimensione del File | 5.75 KB |
Conteggio Installazioni | 3,086 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2022-06-04 |
Data di Pubblicazione | 2020-04-12 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | Daniel de la Cruz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |